Results 1 to 3 of 3
if i check under /media I dont see anything? no cdrom or dvd nothing any ideas what I can check.
If I try a mount /dev/dvd it says it cannot ...
- 11-27-2006 #1Just Joined!
- Join Date
- May 2006
- Posts
- 9
SLES10 cannot see CDROM
if i check under /media I dont see anything? no cdrom or dvd nothing any ideas what I can check.
If I try a mount /dev/dvd it says it cannot find dev/hda in the fstab file. Ive tried adding it and it still doesnt like it.
Does anyone have any ideas what I can do?
- 11-27-2006 #2
you need to specify a mount point
Create a new directory for the file system (where we will mount it)
Let's mount /dev/dvd on /media/dvd so you can access itCode:mkdir /media/dvd
I hope I was clear enough, feel free to ask anythingCode:mount /dev/dvd /media/dvd
The cdrom is now accessible through /media/dvdPut your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 11-28-2006 #3Just Joined!
- Join Date
- May 2006
- Posts
- 9
That worked thankyou but......
I dont understand why it wasnt added automatically?? And would I need to add a line to the fstab to mount this everytime even when media isnt in the drive as currently it complains of no media when I try and mount the drive when its empty (which i kind of expect) but that doesnt happen on my SUSE 9 machine?


Reply With Quote