MandrivaThis Forum is for the discussion of Mandriva (Mandrake) Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm a first time linux user so please bare with me
My new installed Mandriva 2007 OS does not detect my DVD/CD drive. Can someone tell me in simple terms how to solve this problem?
You need to provide a bit more info. What happens when you insert a cd or dvd? After inserting a disk, what happens when you go to System -> Storage? Is the name of the disc listed?
You don't have any entries for your optical drive in your /etc/fstab. Since you are using scsi, can you post the output of doing "ls /proc/scsi". If your optical device is something like /dev/sdb, you can add an entry similar to the one below to your /etc/fstab
Code:
/dev/sdb /mnt/cdrom auto umask=0,user,iocharset=iso8859-15,codepage=850,noauto,ro,exec,users 0 0
If /mnt/cdrom does not exist, make sure you create it.
yeah well I think optical drives are no longer in fstab....automounted by Hal daemon....if you have a kde desktop click into devices icon....(a bit ms ???) and removeable media.....should show up a Mounted optical drive.
You don't have any entries for your optical drive in your /etc/fstab. Since you are using scsi, can you post the output of doing "ls /proc/scsi". If your optical device is something like /dev/sdb, you can add an entry similar to the one below to your /etc/fstab
Code:
/dev/sdb /mnt/cdrom auto umask=0,user,iocharset=iso8859-15,codepage=850,noauto,ro,exec,users 0 0
If /mnt/cdrom does not exist, make sure you create it.
All you need to do is start a terminal -> run the command "lspci /proc/scsi and a list of scsi devices will be listed e.g. sda sdb etc. If sda is your hard drive, that would make sdb your optical drive, so just copy the line in code tags above and put it in the /etc/fstab file.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.