While attempting to get my CD-Burner up and operational under Debian, I managed to muck up a few things under the /dev directory.
ls -l cdrom hdc scd0 lrwxrwxrwx 1 root root 4 Jan 24 15:08 cdrom -> scd0 lrwxrwxrwx 1 root root 9 Jan 27 08:50 hdc -> /dev/scd0 brw-rw---- 1 root cdrom 11, 0 Jan 24 13:35 scd0 As you can see, I need to delete the symbolic that leads hdc to /dev/scd0. How can I do this without further damaging my filesystem? Stef