Posted By

endorfin on 09/29/08


Tagged


Versions (?)

ISO erstellen und mounten


 / Published in: Bash
 

  1. // ISO erstellen
  2. dd if=/dev/cdrom of=cd.iso
  3.  
  4. // ISO mounten
  5. mount -t iso9660 -o loop image.iso /mnt/isoimage

Report this snippet  

You need to login to post a comment.