Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Mounting CloneCD images
Name: g Date: July 22, 2003 at 01:39:24 Pacific OS: Mandrake 9.1 CPU/Ram: 2.4p4 1.5gig ddr
Comment:
Anyone know how to mount a clonecd image with out having to burn it to disk? I have seen a tool for windows 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
Name: 3Dave Date: July 22, 2003 at 04:20:18 Pacific
Reply:
When using clone to create an image, check the "create cue sheet" option. You can then use the linux bchunk program to convert it to an iso.
I personally use a slightly different command to mount an iso as loopback: $ mount -t iso9660 -o ro,loop=/dev/loop0 /path/to/cd_image.iso /mnt/mountpoint
Summary: You could always try to mount the image looped back and see if that works: #mount -t iso9660 -o ro,loop=/dev/loop0 cd_image.iso /mnt/cdrom ...
Summary: I have a RedHat 7.2 server, currently sharing 225 mounted iso images. Instead of installing CD creation software on every Win2K box in my network, I would like to mount the CDR (in the client) as a ...
Summary: satimis, I don't know how to add files to an iso filesystem, and I don't think it's possible to modify files that are currently there. Your best (certainly easiest) bet is to mount the image, copy th...