LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   cd/dvd read write drive (https://www.linuxquestions.org/questions/linux-newbie-8/cd-dvd-read-write-drive-728861/)

seeker48 05-27-2009 10:12 AM

cd/dvd read write drive
 
I have a combo drive installed and it was perfectly OK with my fedora 9.

All of a sudden the drive displays the message "Unable to mount location - No media in the derive"even after loading a cd / dvd disk.

Any suggestions ?

TITiAN 05-27-2009 12:23 PM

Have you tried entering something like the following into a terminal (after inserting a medium): ?
Code:

su
    (enter your 'root' password)
mkdir /mnt/test
mount /dev/cdrom /mnt/test
ls /mnt/test
umount /mnt/test
rmdir /mnt/test

(this code just uses the 'mount' command line to see if you can use CDs/DVDs at all with the software you have now)

lazlow 05-27-2009 03:13 PM

You cannot mount blank disks there is no file system to mount.


All times are GMT -5. The time now is 09:26 PM.