Page 1 of 1

Re: Mount cd image

Posted: Sat Feb 10, 2007 12:29 am
by marcus0263
|_NiGhTmArE_| wrote:I would know if there is a method to mount image cd file under linux...

I just can mount .iso and .nrg by terminal but I can't mount all the other proprietary image made by windows apps (image like ccd or mds ecc...)

thanks :)
Simple -

Code: Select all

mount -o loop -t iso9660 <path to iso image> <mount point>
example

Code: Select all

mount -o loop -t iso9660 /home/username/myimage.iso /mnt/cdrom

Posted: Sun Feb 11, 2007 11:56 am
by marcus0263
|_NiGhTmArE_| wrote:as you can read in my first post or in the quote I can mount .iso and .nrg (same code of .iso but specifying a particular offset "307200")

my question is: Is there a method to mount other image cd file? in kde there is a script that can do this but with gnome it seems not work

http://kde-apps.org/content/show.php?content=11577

by now I can only convert the image in iso standard and then mount it :cry:
Doh.................

I must of been in "Helen Keller" mode :roll:

Here

http://sourceforge.net/projects/ccd2iso/

Posted: Sun Feb 11, 2007 10:19 pm
by marcus0263
Also converting to an iso is good, it's the standard, standards are good, proprietary is bad 8)