Displaying 1 result from an estimated 1 matches for "ccdvd".
Did you mean:
ccdsd
2007 Jul 17
0
"Command & Conquer 3" dvd automount failure workaround
...ing out the /dev/hda line in fstab and then executing
sudo mount /dev/hda /media/cdrom0
works properly with this disc.
So mount (source package util-linux) seems to contain
autodetection code that works properly.
Note also that 'file' fails to autodetect this image:
$ file /home/dkegel/www/ccdvd.bin
/home/dkegel/www/ccdvd.bin: data
whereas it detects similar cd-rom images ok:
$ file /home/dkegel/www/cdrom.bin
/home/dkegel/www/cdrom.bin: ISO 9660 CD-ROM filesystem data
'AUTOCAD_BIBLE '
This is probably a bug in the 'file' command, which uses libmagic to
do i...