Hello all,
I'm really confused - I can mount a cd as ISO9660 but not as CDFS. I really can't see any reason for this. Am I making some stupid mistake here?
Example:
Code:
# mount -v -t cdfs -o ro /dev/scd0 /mnt/cdfs
mount: /dev/scd0 already mounted or /mnt/cdfs busy
# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda1 37942404 12341332 23673676 35% /
none 257288 0 257288 0% /dev/shm
# mount -v -t iso9660 -o ro /dev/scd0 /mnt/cdfs
/dev/scd0 on /mnt/cdfs type iso9660 (ro)
# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda1 37942404 12341332 23673676 35% /
none 257288 0 257288 0% /dev/shm
/dev/scd0 615130 615130 0 100% /mnt/cdfs
I am currently running CDFS 2.4.20 :
Code:
# cat /proc/cdfs
[cdfs 2.4.20]
No CD mounted