> The output of "ls -l /dev/acd0c" should look something like: > > crw-r----- 4 root operator 117, 0 Apr 27 20:24 /dev/acd0c And, if for some reason it does not look like that, and for some reason you do not have an appropriate MAKEDEV, you can create it by hand with: # rm -rf /dev/acd0c # mknod /dev/acd0c c 117 0 ----- John Kozubik - [EMAIL PROTECTED] - http://www.kozubik.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- can't mount cdrom 4.6-RELEASE jogegabsd
- Re: can't mount cdrom 4.6-RELEASE Ian Dowse
- John Kozubik