PDA

View Full Version : mounting ISO files as vrtual CD



stars
05-19-2005, 07:58 AM
Hi,

I am wondering if there are ways I can mount a ISO file and use it ?

Thinking of merginging multiple livecds without actually burning. :) Trying out unionfs!

This will probably make my backups faster !

UnderScore
05-19-2005, 03:00 PM
In windows use Daemon tools.
In linux:
mount -t iso9660 -o loop,ro,users the_iso_image.iso /some/place/to/mount/it/

stars
05-20-2005, 01:52 AM
Oh! Thanks! :)

stars
05-20-2005, 02:58 AM
Opp... actually what I meant was, eg for the knoppix distribution, the is a HUGE 700MB+ file called KNOPPIX.
Can I load it so that I can see the root filesystems, etc?

maxIT
05-21-2005, 09:15 AM
Virtual filesystem: 8)
http://freshmeat.net/articles/view/1387/

wolfgke
05-22-2005, 12:33 PM
I have also got such a question:
Could you give me a mount command for mounting an image of a floppy disc?
Thanks in advance
Wolfgang Keller

stars
05-24-2005, 05:56 PM
I believe the command is similar. Do a search and I am sure u can find it.

For my case, mounting is not the solution as I still cannot make use of it. The current possible solution is qemu.