LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Mounting (https://www.linuxquestions.org/questions/linux-software-2/mounting-16928/)

purelific 03-24-2002 06:09 PM

Mounting
 
i put in a blank cd so i could burn something, and i went to konsole and typed in mount /dev/cdrom
it then said "mount: can't find mnt/cdrom in ect/fstab or ect/mtab.

Can anyone tell me what i did wrong ^^

dalee 03-24-2002 07:18 PM

If the cd works on your system, I'd look in fstab to see what they did call it. Burners run under scsi emulation, so it might be called /dev/sda*.

dalee

neo77777 03-24-2002 10:29 PM

post your /etc/fstab here, we'll take a look. And what are you trying to mount, an empty CD?

linuxcool 03-25-2002 03:38 AM

It appears to be looking for the /mnt/cdrom directory. Do an ls /mnt and see if the directory is there. If it isn't, run mkdir /mnt/cdrom. Then try mounting it again.


All times are GMT -5. The time now is 04:46 PM.