Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2002 17:29:30 -0700 (PDT)
From:      John Kozubik <john@kozubik.com>
To:        Ian Dowse <iedowse@maths.tcd.ie>
Cc:        jogegabsd <jogegabsd@myrealbox.com>, freebsd-hackers@FreeBSD.ORG, freebsd-hardware@FreeBSD.ORG
Subject:   Re: can't mount cdrom 4.6-RELEASE 
Message-ID:  <Pine.BSF.4.21.0206201728180.21019-100000@www>
In-Reply-To: <200206202336.aa22602@salmon.maths.tcd.ie>

next in thread | previous in thread | raw e-mail | index | archive | help


> 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 - john@kozubik.com - http://www.kozubik.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hardware" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0206201728180.21019-100000>