I have 3 cdroms
( 1 edi en 2 scsi ). And suddenly only 2, i lost the edi
one. It was working perfect until now. ls -l /dev/cdrom lrwxrwxrwx 1 root root 9 Feb 18 08:11 /dev/cdrom -> /dev/scd0 root@1[/]# mount -t iso9660 /dev/cdrom /mnt/cdrom mount: /dev/cdrom is not a valid block device root@1[/]# mount -t iso9660 /dev/scd0 /mnt/cdrom mount: /dev/scd0 is not a valid block device So now i can't access the cdrom no more the cdrom icon is also gone from my desktop root@1[/]# cdrdao scanbus Cdrdao version 1.1.9 - (C) Andreas Mueller <andreas@xxxxxxxx> SCSI interface library - (C) Joerg Schilling Paranoia DAE library - (C) Monty Using libscg version 'schily-0.8' 1,0,0 : PIONEER , CD-ROM DR-U32X , 1.00 1,4,0 : PHILIPS , CDD3600 CD-R/RW , 2.00 HOME=/root: ERROR: unknow subsystem (scd0) in (/dev/sr0) HOME=/root: ERROR: unknow subsystem (scd1) in (/dev/sr1) I already removed /dev/scd0 and recreated with
$ cd /dev
$ mknod scd0 b 11 0 $ ln -s scd0 sr0 |