LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Mounting a cd rom and configuring it. (https://www.linuxquestions.org/questions/linux-software-2/mounting-a-cd-rom-and-configuring-it-16461/)

purelific 03-17-2002 11:43 AM

Mounting a cd rom and configuring it.
 
How would i mount my cd rom. Linux can't detect my cd rom. and how would i configure it to run on xmms.

taz.devil 03-17-2002 12:05 PM

You may want a permenant entry in your /etc/fstab so you don't have to type all of this everytime, but if you just wanna mount it, go to a console or the commandline and type;

mount -t iso9660 /dev/hd(x) /mnt/cdrom

x = the number of the disk linux assigns. it'll be;
hda if primary drive
hdb if primary slave
hdc if secondary drive
hdd if secondary slave

you'll need to make sure the /mnt/cdrom directory is there. You can actually make any directory you want to mount it to, as long as that's where you tell it to mount. Just do a mkdir /whatever


All times are GMT -5. The time now is 08:56 AM.