Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Ok, I know this is probably going to make you break out into hysterical laughter, but I am a Linux newbie and here goes:
I don't know how to make it read CDs. I clicked on /cdrom and /cdrom0 which is where I guess it mounted since they aren't under /mnt or /dev, and there isn't anything there. The CDs aren't scratched or anything... so what am I doing wrong or just not doing right? Linux probably handles CDs differently but I don't know how it does so can someone help me out here? Thanks.
I'm on Debian (Sarge- Kernel 2.6.6-k7) if that info is important at all.
If you are using KDE or gnome, you can do this by right clicking on the desktop and then follow your nose (ie DISK and then choose CDROM or mount CDROM etc)
If you want to do it manually, you need to be root. Do this by logging in as root or in a terminal type in su (which means superuser mode) You will then need root password.
get to the folder mnt (type cd /mnt)
See what's there (type ls) and look for something like CD or CDROM
If there isn't anything like that, type mkdir cdrom
now type
mount /dev/cdrom /mnt/cdrom
You can now read your cdrom in that folder so just cd cdrom to get there.
Alternatively use your file manager (nautilus, konqueror etc)
If you need to remove the cd, you need to unmount it. Make sure you are not in the folder /mnt/cdrom and that nothing is using that folder and then type
Hmm... it lists two CD-ROMS when I only have one drive, when I check both of them both have the same stuff (contents of cd). How do I get rid of the option for the other one?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.