LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Mount CloneCD Image (https://www.linuxquestions.org/questions/linux-general-1/mount-clonecd-image-74798/)

gbarny 07-22-2003 04:37 AM

Mount CloneCD Image
 
Anyone know how to mount a clonecd image with out having to burn it to disk?

I have seen a tool for M$ called daemon-tools and i thought that was pretty cool.

mount -t iso9660 /xx.iso /mnt/iso -o loop

works for the ISO files but clonecd uses ccd and img and i cant mount them.

Any ideas?

I have :
Mandrake Linux 9.1 kernel 2.4.21-0.13
P4 2.4
1.5GIG
Plenty of HDD

slightcrazed 07-22-2003 08:29 AM

I don't think you can with Clone CD. I don't believe that the mount command can recognize a ccd file. It works for ISO because that is a recognized format, just like vfat and ext3. If mount can't recognized Clone CD's format then it can't mount the file.

slight

Mega Man X 07-22-2003 09:35 AM

if you have a Windows Box laying around, you could covert ccd to iso with winiso:

www.winiso.com

surely there's a Linux equivalent, but I dunno which... Google for it:)

spurious 07-22-2003 09:43 AM

You can also try cdfs at http://freshmeat.net/projects/cdfs/?topic_id=118%2C142

cdfs is a module that allows you to mount a CD, alternative to iso9660. It works for audio CDs. I don't know if it works for clonecd. There are links on the cdfs homepage for other cd filesystem modules that you might try.

DrOzz 07-22-2003 10:06 AM

you can download isodump
and convert the clonecd img file into a iso9660 file, which you then can mount.

Azmeen 07-22-2003 10:18 AM

Well, from what I saw here the CCD file format has never been successfully mounted/burnt on Linux... yet.

DrOzz 07-22-2003 10:27 AM

apparently you just missed my post...
download isodump and you can convert your img file ..and it will then be in the iso9660 format and you can mount it or burn it.

Vlad_M 07-22-2003 12:49 PM

drozz: clonecd makes a .ccd file, not an .img file. Will isodump still be able to convert that? I ask because I also have this problem sometimes.

DrOzz 07-22-2003 01:19 PM

well i am not sure what kinda clonecd your using cause to my knowledge and experience clonecd has always made 4 files with the following extensions:
*.ccd
*.img
*.cue
*.sub

Vlad_M 07-23-2003 03:45 AM

I stand corrected, the .img is the actual file while the .ccd is clonecd version of the cuesheet.

No need to get upitty tho... :)

LongBeast 05-11-2004 08:12 AM

Quote:

... you can ... burn it.
In principle, yes.
However, CloneCD produces more information than needed for an ISO9660 image.
Thus, mounting will always work but copying a copy-protected CDROM may not.
Btw. the current version is 0.5.2, you may get it here:
http://linux.xulin.de/c/isodump-0.05.02.tar.gz

spurious 05-14-2004 01:13 AM

I came across a project called Mount ISO Image on Freshmeat.

From the Freshmeat description:

Mount ISO Image is an advanced script which allows you to perform multiple operations with ISO, NRG, UDF, CUE/BIN, and CCD images. It can mount and unmount ISO images, create ISO and UDF images from folders and CDROMs, calculate the MD5 sum for an ISO, and convert CUE/BIN and CloneCD images to ISO.

theta 05-31-2004 10:18 PM

By reading the fine print for that project, I found that it uses this
ccd2iso to convert ccd to an iso.

Y0jiMb0 06-01-2004 04:14 AM

Quote:

By reading the fine print for that project, I found that it uses this
ccd2iso to convert ccd to an iso.
It looks nice, thanks for reporting it!

Regards

joshy 08-17-2004 03:24 AM

Hi

I downloaded and installed "mount iso image". I'm getting this error:

ERROR: Could not mount "/home/josh///usr/Mount-ISO (motherboarddrivers.iso)"! Check your system settings.

What system settings do i need to change?
I've also done the following command : CONFIG_BLK_DEV_LOOP=y

Thanks


All times are GMT -5. The time now is 09:19 AM.