Wed Jul 21 22:15:47 2004 How can i
mount a ISO Image CD ?
Posted by Tony Lawrence
Search Keys: image,loopback,mount,iso
Referencing: /Bofcusm/217.html
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/iso
but 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
SCO has a "marry" command which serves a similar purpose:
marry -a /tmp/image
mount /dev/marry/tmp/image /mnt
John Dubois has a "mountfile" script for SCO that hides all the nasty details: ftp://ftp.armory.com/pub/admin/mountfile
Solaris has a "lofiadm" command that is very similar:
lofiadm -a image
mount -o ro -F hsfs /dev/lofi/1 /mnt
and BSD has "vnconfig" which again is very similar.
Mac OS X does it a little differently, using "hdid" to associate a device with an image; see an example at Sample Test Creation
Windows? Darned if I know (but see comment below from Marc).
Many of the products and books I review are things I purchased for my own use. Some were given to me specifically for the purpose of reviewing them.
I resell or can earn commissions from the sale of some of these items. Links within these pages may be affiliate links that pay me for referring you to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain. I also may own stock in companies mentioned here. If you have any question, please do feel free to contact me.
Have you tried Searching this site?
Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates
This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.
Thu Sep 6 17:51:03 2007: Subject: Mounting a .iso on Windows Marc
Here's how to mount a .iso on Windows:
http://marc.abramowitz.info/archives/2007/09/06/mounting-an-iso-file-in-windows/
Basically, you use a free utility called Virtual Clone Drive ( http://www.elby.ch/fun/software/index.html).
Thu Sep 6 18:02:03 2007: Subject: TonyLawrence
Thanks, Marc: that helps!
Don't miss responses! Subscribe to Comments by RSS or by Email
Click here to add your comments
If you want a picture to show with your comment, go get a Gravatar