Tuesday, October 23, 2007

DVD not mounting?

Ever had this scenario happen to you? Place a DVD in your DVD-ROM only for the OS to spew out "mount: wrong fs type, bad option, bad superblock on /dev/sr0,
missing codepage or other error
...
". Well it happened to me and after going through the logs and forums, I finally found a solution. Apparently my /etc/fstab left out the filesystem for the CD so I had to add it in and everything started working again. Sheesh...

Original
/dev/dvd1 /mnt/dvd1 udf ro,user,noauto,unhide 0 0

Modified
/dev/dvd1 /mnt/dvd1 udf,iso9660 ro,user,noauto,unhide 0 0


Hope this helps someone out there ;)

No comments: