ughhh here is what happened:
I did exactly what you said. Maybe I missed something. I'll show you my stuff...Code:[root@furio root]# mount /dev/scd0 mount: /dev/scd0 is not a valid block device [root@furio root]# mount /mnt/cdr mount: /dev/scd0 is not a valid block device
fstab line:
Now I also tried replacing /dev/scd0 with /dev/cdrom but got the same error.Code:/dev/scd0 /mnt/cdr auto noauto,owner,rw 0 0
Miss anything? The drive is on hdc - should that be linked to anything? Also I just noticed that /dev/scd0 and /dec/hdc aren't owned by root - could that be the problem? ThanksCode:[root@furio root]# ls -l /dev/scd0 brw------- 1 redhat disk 11, 0 May 6 21:21 /dev/scd0 [root@furio root]# ls -l /dev/cdrom lrwxrwxrwx 1 root root 9 May 6 21:21 /dev/cdrom -> /dev/scd0 [root@furio root]# ls -l /dev/hdc brw------- 1 redhat disk 22, 0 Jan 30 05:24 /dev/hdc


Reply With Quote

Bookmarks