View previous topic :: View next topic |
Author |
Message |
c0uchm0nster n00b
Joined: 02 Jul 2005 Posts: 52
|
Posted: Sat Jul 02, 2005 2:52 am Post subject: dvd's wont mount [solved] |
|
|
udf fs is compiled into kernel
mount -t udf /dev/dvd /mnt/cdrom says bad filesystem type - have tried multiple dvd's - cd's load fine
fstab's /dev/cdroms/cdrom0 /mnt/cdrom auto doesnt work either (/dev/dvd is a link to /dev/cdroms/cdrom0)
any ideas?
Last edited by c0uchm0nster on Sat Jul 02, 2005 7:56 am; edited 1 time in total |
|
Back to top |
|
|
frostschutz Advocate
Joined: 22 Feb 2005 Posts: 2977 Location: Germany
|
Posted: Sat Jul 02, 2005 6:36 am Post subject: |
|
|
Some DVDs (usually home-made ones) use iso9660 as filesystem, instead of UDF. Because of that, I use -t auto (autodetecting file system type), which works fine for me.
If it doesn't work for you, have a look at /proc/filesystems - are both udf and iso9660 listed there? If not, you're lacking kernel support for some reason (not compiled in, module not loaded?).
I also had some half-defective DVD drives in the past, some of which could read CDs, but not DVDs, and the other way around. Try reading the DVDs raw (dd if=/dev/dvd of=/tmp/DVDimage.iso) - if you get I/O errors, then either the media or your drive is most likely defective. |
|
Back to top |
|
|
c0uchm0nster n00b
Joined: 02 Jul 2005 Posts: 52
|
Posted: Sat Jul 02, 2005 7:55 am Post subject: |
|
|
dvd was bad/weird
it only worked in the drive it was burned in - i must have forgotten to close the session or something like that
thanks |
|
Back to top |
|
|
|