LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   When I put a game in the cd drive nothing shows up. What do i do? (https://www.linuxquestions.org/questions/linux-newbie-8/when-i-put-a-game-in-the-cd-drive-nothing-shows-up-what-do-i-do-370931/)

Corbmaster 10-08-2005 10:15 AM

When I put a game in the cd drive nothing shows up. What do i do?
 
Whenever I put a CD into the CD drive nothing happens. Can someone tell me what to do?:confused: :scratch: :(

jeremy 10-08-2005 10:40 AM

Moved: This thread is more suitable in Linux - Newbie and has been moved accordingly to help your thread/question get the exposure it deserves.

--jeremy

GUIPenguin 10-08-2005 01:10 PM

try mounting your device
Code:

mount /mnt/cdrom
or how ever it is setup for your device in /etc/fstab

dasy2k1 10-08-2005 02:57 PM

that is probabbly the answer, try doing a ls of mnt/cdrom to see if its allready mounted if not as root type

Code:

mount /dev/cdrom /mnt/cdrom
that will mount it (providing the /dev/cdrom symlink is there)

Charred 10-08-2005 03:01 PM

Corbmaster,
Welcome to LQ!
Posting and you

Questions like this have been asked before; you must learn the ways of the search.
http://www.linuxquestions.org/questi...+mount+cd+roms

Also see:
http://www.catb.org/~esr/faqs/smart-questions.html
http://rute.2038bug.com/index.html.gz
http://www.linux.org/lessons/beginner/index.html
http://linux-newbie.sunsite.dk/
http://www.tldp.org/


All times are GMT -5. The time now is 03:40 PM.