Find the answer to your Linux question:
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 ...
  1. #1
    Just 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?

  2. #2
    Linux Guru Juan Pablo's Avatar
    Join Date
    Mar 2006
    Location
    /home/south_america/ecuador/quito
    Posts
    2,064
    you need to specify a mount point

    Create a new directory for the file system (where we will mount it)
    Code:
    mkdir /media/dvd
    Let's mount /dev/dvd on /media/dvd so you can access it
    Code:
     mount /dev/dvd /media/dvd
    I hope I was clear enough, feel free to ask anything

    The cdrom is now accessible through /media/dvd
    Put 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

  3. #3
    Just 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?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...