Results 1 to 6 of 6
I have been trying to get this to work by directly sending the mount command to the file itself, but it always came back with a "[file] is not a ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-02-2004 #1Just Joined!
- Join Date
- Nov 2004
- Posts
- 9
Can you mount ".iso" files, or similar formats?
I have been trying to get this to work by directly sending the mount command to the file itself, but it always came back with a "[file] is not a block device" error.
I want to know whether or not is is possible to mount these types of files in Linux, without burning them to CD's. I want to keep wear and tear on my CD-ROM drive down as low as possible, and since that I bought the games myself, I see no reason why I cannot just rip them to my hard drive and run them from there, but that is not the issue. I just need to know if it is possible to mount an .iso file in Linux
Thank you for your time.
- 12-02-2004 #2Just Joined!
- Join Date
- Aug 2004
- Posts
- 12
mount -o loop -t iso9660 FC3-i386-disc1.iso /mnt/iso
mounts my iso image of the first Fedora Core 3 cd under /mnt/iso - Hope that helps.
- 12-03-2004 #3Just Joined!
- Join Date
- Nov 2004
- Posts
- 9
Thank you, that worked.
Also would you happen to know what other formats that Linux will support?
- 12-03-2004 #4i don't think i have found anything that linux won't mount, but i could be wrong
Originally Posted by schawing
- 12-03-2004 #5I can't get linux to mount my microwave....
Originally Posted by Vergil83 
If you want to know *exactly* what filesystems that are supported, get a kernel source tree, cd to the source directory and make menuconfig. Navigate to File Systems. Voila! All the filesystems for which you can build kernel support.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 12-03-2004 #6Linux Engineer
- Join Date
- Nov 2004
- Location
- Montreal, Canada
- Posts
- 1,267
LOL Sarumont... I looked like an idiot at work when I started laughing! thanks again it was much fun reading your post :P
Originally Posted by sarumont \"Meditative mind\'s is like a vast ocean... whatever strikes the surface, the bottom stays calm\" - Dalai Lama
\"Competition ultimatly comes down to one thing... a loser and a winner.\" - Ugo Deschamps


Reply With Quote
