DUDE!!!!!! YOU.......ARE.......THE.......MAN!!!!!! It works now. I'm not sure where or when I FUBAR'd the links, but the mknod was the key!! Thanks for the help and tell me where to send the check!!! Tom On Tuesday 26 February 2002 04:44 pm, Anders Johansson wrote:
On Tuesday 26 February 2002 23:43, Tom Nielsen wrote:
OK....here's what I got when I ran the below line without the scd0
"folder not found" or something like that.
I ran cat /proc/sys/dev/cdrom/info and got sr0 and sr1 and the appropriate information for the drives they represent. Strainge huh?
What next?
Tom
If you do "ls -l /dev/sr0" and get "no such file or directory" then next is to create that node. Also perhaps a moment of meditation to try to remember how it disappeared :)
create it with
mknod /dev/sr0 b 11 0
If /dev/sr1 is also missing, the corresponding command would be
mknod /dev/sr1 b 11 1
HTH Anders