LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   viewing contents of CD drive (https://www.linuxquestions.org/questions/linux-newbie-8/viewing-contents-of-cd-drive-87735/)

aymbpc 08-31-2003 05:45 PM

viewing contents of CD drive
 
Hi
I am new to linux.Have never used it before.Can someone please tell me how can i see contents of my CD.
Thank you

Looking_Lost 08-31-2003 05:55 PM

If your using Gnome

right click on the desktop -> disks -> cdrom (or whatever it's called)
and an icon will probably pop up on your desktop for it

or commandline

mount /mnt/cdrom

then

cd /mnt/cdrom


Depending on the name given to the drive and whether you have permissions to view blah,blah, though you will as root.

ceedeedoos 08-31-2003 05:55 PM

mount /dev/hdX /mnt/cdrom

make sure you replace the X with the correct letter for your cdrom drive (probably c ) and that the directory /mnt/cdrom exists ...

that works for me


All times are GMT -5. The time now is 11:40 AM.