Linux issues
Tuesday, February 20, 2007
Mounting ISO images
http://www.linuxquestions.org/questions/showthread.php?t=277643
Do this:
Code:
md /mnt/iso
Code:
mount -o loop -t iso9660
.iso /mnt/iso
Try this...
mount -t iso9660 -o ro,loop=/dev/loop0 /home/ste/cd.iso /mnt/iso
Newer Post
Older Post
Home