LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mounting cdrom? (https://www.linuxquestions.org/questions/linux-newbie-8/mounting-cdrom-13145/)

Nephlite 01-30-2002 10:53 PM

Mounting cdrom?
 
Hello when i go to mount my cdrom mount /dev/cdrom i get this error: cant find /dev/cdrom in /etc/fstab or /etc/mtab so what i did what add this to fstab. /dev/hdd /cdrom now it says fs type not supported by kernel.. what do i have to do to get my cdrom working


thanx Nephlite

isajera 01-30-2002 11:18 PM

if you recently recompiled your kernel, this could be what's causing the problem. if that's not it, then check in your fstab file to make sure the line for the cdrom is there. it varies. but it should look something like this:

/dev/cdrom /cdrom auto ro,noauto,user,exec 0 0

Nephlite 01-30-2002 11:48 PM

Thanx that worked


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