LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   cdrom input/output error (https://www.linuxquestions.org/questions/linux-newbie-8/cdrom-input-output-error-164269/)

HadesThunder 03-30-2004 03:24 PM

cdrom input/output error
 
Hi. Does anyone know what I am doing wrong? Or could the problem below be a software error. Thanks for any answers.

[root@spc1-seve2-5-0-cust252 root]# cd /mnt/cdrom
bash: cd: /mnt/cdrom: Input/output error
[root@spc1-seve2-5-0-cust252 root]#

[root@spc1-seve2-5-0-cust252 root]# cd /mnt/cdrom2
bash: cd: /mnt/cdrom2: Input/output error
[root@spc1-seve2-5-0-cust252 root]#

wiBo 03-30-2004 04:25 PM

1st: Do you have a CD on your drive?
2nd: your mnt point for your cdrom are mounted or?

HadesThunder 03-30-2004 04:45 PM

I never expected for it to be forgetting that I had no disk in the drive. Just shows what happens when we think we are too smart. Thanks wiBo

wiBo 03-30-2004 04:46 PM

euhhh....... np :)

320mb 03-30-2004 04:57 PM

Uh, you need to mount it first........
mount /dev/cdrom
then change directories
cd /mnt/cdrom


All times are GMT -5. The time now is 03:52 AM.