|
Helping ordinary people create extraordinary websites! |
How Can I Mount a ISO Image CD?By Tony Lawrence2005-05-11
How Can I Mount a ISO Image CD ? You have an image of a CD or perhaps of a floppy disk. You may have downloaded it, or created it by reading a real device with "dd". Now you want to mount that image. You could write it back out to media and mount that, but that may not be convenient or even possible at the moment. If you are using Linux, the "loopback" device is what lets you do this. It can be as simple as: mount -o loop -t iso9660 filename.iso /mnt/isobut it can also be more complicated if you instead have a dd of a disk: see http://talk.trekweb.com/~jasonb/articles/linux_loopback.shtml Tutorial Pages: » How Can I Mount a ISO Image CD ? © Copyright 2005 A.P. Lawrence
|
|