[Leaplist] linux can not read data DVDs???

Mark W. Alexander slash at dotnetslash.net
Wed Jan 31 22:02:15 EST 2007


On Tue, Jan 30, 2007 at 11:38:43PM -0500, ray wrote:
> sudo mount /media/cdrom0
> Password:
> mount: block device /dev/hda is write-protected, mounting read-only
> mount: wrong fs type, bad option, bad superblock on /dev/hda,
>        missing codepage or other error
>        In some cases useful info is found in syslog - try
>        dmesg | tail  or so

Uhm... "Wrong fs type": What mount options are specified in /etc/fstab for
/media/cdrom? I suspect by it's name that it's iso9660 which is NOT what's on
DVD's. Maybe:

mount -t udf /dev/[whatever] /media/cdrom0

Or add udf to fstab, like:

/dev/hdc        /media/cdrom0   udf,iso9660 user,noauto     0       0

mwa
-- 
Mark W. Alexander
slash at dotnetslash.net

The contents of this message authored by Mark W. Alexander are released under
the Creative Commons Attribution-NonCommercial license.  Copyright of quoted
materials, if any, are retained by the original author(s).

http://creativecommons.org/licenses/by-nc/2.0/


More information about the Leaplist mailing list