Mount cd image

Questions about other topics - please check if your question fits better in another category before posting here
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
marcus0263
Level 4
Level 4
Posts: 365
Joined: Mon Dec 25, 2006 9:40 am
Location: Seattle
Contact:

Re: Mount cd image

Post 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
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
marcus0263
Level 4
Level 4
Posts: 365
Joined: Mon Dec 25, 2006 9:40 am
Location: Seattle
Contact:

Post 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/
User avatar
marcus0263
Level 4
Level 4
Posts: 365
Joined: Mon Dec 25, 2006 9:40 am
Location: Seattle
Contact:

Post by marcus0263 »

Also converting to an iso is good, it's the standard, standards are good, proprietary is bad 8)
Locked

Return to “Other topics”