Cameron MacDonald wrote:
Hi everyone. I recently upgraded from 10.1 to 10.2, and so far so good, except I can't get rid of one hiccup: I can't play CDs or DVDs in any app. While MDV is starting up one thing that lists as FAILED is: "Mounting local filesystem: mount: special device /dev/hdc does not exist"
It worked fine with 10.1. If I play a DVD using Totem for example, I get : "Failed to find mount point for device /dev/hdc in /etc/fstab"
This is the cat of my /etc/fstab:
# This file is edited by fstab-sync - see 'man fstab-sync' for details /dev/hdb7 / ext3 defaults 1 1 /dev/hdb1 /boot ext3 defaults 1 2 none /dev/pts devpts mode=0620 0 0 /dev/hdb6 /home ext3 defaults 1 2 /dev/hdc /mnt/cdrom iso9660 defaults 0 0 none /mnt/floppy supermount dev=/dev/fd0,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,sync,codepage=850 0 0 /dev/hda1 /mnt/windows ntfs defaults 0 0 none /proc proc defaults 0 0 /dev/hdb5 swap swap defaults 0 0
On the line about /dev/hdc, what does that iso9660 mean? Does this have anything to do with the install disks that I copied to my hard drive, and still have there? I've hit a dead end in my personal Knowledge Base. Thanks for any help.
Cameron
I am not sure why you are having the problem, but the iso9660 file system is the normal CD-ROM file system. If you want, you can try changing it to auto and see if that helps...
Mikkel
Try this
"/dev/hdc /mnt/cdrom auto umask=0,user,iocharset=iso8859-1,codepage=850,noauto,ro,exec,users 0 0"
or this
"/dev/hdc /mnt/cdrom iso9660 user,iocharset=iso8859-1,noauto,ro,exec 0 0"
____________________________________________________ Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com Join the Club : http://www.mandrakeclub.com ____________________________________________________
