IsoImage
Zur Navigation springen
Zur Suche springen
Iso-Image Tips und Tricks
To mount an iso-image under linux:
mount -t iso9660 -o loop,ro /path/to/isoimage.iso /path/to/mount/point/
To create an iso-image from an inserted cd:
dd if=/dev/cdrom of=/path/to/isoimage.iso
To create an iso-image from the contents of a directory use mkisofs from the cdrtools:
mkisofs -o /path/to/isoimage.iso /path/to/files/
http://www.mweissmann.de/linux.shtml
Keywords: iso,dd,image,linux,loop,isoimage