Update the "CD-ROM not configured" question.
"It would be good to point out that a machine that only has SCSI devices may also generate this message if an IDE CD-ROM is not configured as the Master device. Words like these might work ..." This generally means that there is no CDROM in the CDROM drive, or the drive is not visible on the bus. Feed the drive something, and/or check it's master/slave status. Submitted by: Neil Smith <ngs@sesame.hensa.ac.uk> with a small addition
This commit is contained in:
parent
7d2624de06
commit
03f70284a6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=391
1 changed files with 5 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
<title>Frequently Asked Questions for FreeBSD 2.X
|
||||
<author>The FreeBSD FAQ Team, <tt/FAQ@FreeBSD.ORG/
|
||||
<date> $Id: freebsd-faq.sgml,v 1.45 1996-05-29 00:46:01 jkh Exp $
|
||||
<date> $Id: freebsd-faq.sgml,v 1.46 1996-07-01 21:07:49 roberto Exp $
|
||||
<abstract>
|
||||
This is the FAQ for FreeBSD systems version 2.X All entries are
|
||||
assumed to be relevant to FreeBSD 2.0.5+, unless otherwise noted.
|
||||
|
@ -1449,7 +1449,10 @@ pseudo-device vn #Vnode driver (turns a file into a device)
|
|||
<heading>When I try to mount a CDROM, I get a ``Device not configured'' error. What's going on?</heading>
|
||||
<p>
|
||||
This generally means that there is no CDROM in the CDROM drive.
|
||||
Feed the drive something.
|
||||
or the drive is not visible on the bus. Feed the drive
|
||||
something, and/or check it's master/slave status if it is
|
||||
IDE (ATAPI).
|
||||
|
||||
|
||||
<sect1>
|
||||
<heading>My programs occasionally die with ``Signal 11'' errors. What's going on?</heading>
|
||||
|
|
Loading…
Reference in a new issue