On Thursday 11 March 2004 13:51, Aditya Laghate wrote:
Hi,
I could not get what exacy you wanted to say, can you please explain the cdfs thing in breif.
I have a cd with a bad TOC. not a HDD with a bad TOC.
Well, never heard of a hdd with a TOC. As stated earlier cdfs allows you to export individual cd tracks as files and mount them on some directory. Get cdfs and compile. Also compile loopback device as module or in the kernel. modprobe loop; modprobe cdfs mount -t cdfs -o ro /dev/hdc /cdrom mount -t iso9660 -o loop /cdrom/sessions_1-1.iso /mnt/loop1 cp -R /mnt/loop1 /safeplace I recently had a cd with three sessions and could only read the last session. Using cdfs i could mount all three sessions and copy the relevant files from the earlier sessions to hd.
//CDfs is a file system for Linux systems that `exports' all tracks and boot images on a CD as normal files. These files can then be mounted (e.g. for ISO and boot images), copied, played (audio tracks), etc. //