diff options
author | roberto <roberto@FreeBSD.org> | 1996-07-01 21:07:49 +0000 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 1996-07-01 21:07:49 +0000 |
commit | 542f60e05d205e9fd177af25f3dda8229b08b65a (patch) | |
tree | e70f218184859b8fa4bff95a518454e9b8dc6d83 | |
parent | 638960af56480e9c96c107cc882824f784b6bb9a (diff) | |
download | FreeBSD-src-542f60e05d205e9fd177af25f3dda8229b08b65a.zip FreeBSD-src-542f60e05d205e9fd177af25f3dda8229b08b65a.tar.gz |
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
-rw-r--r-- | share/doc/FAQ/freebsd-faq.sgml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/share/doc/FAQ/freebsd-faq.sgml b/share/doc/FAQ/freebsd-faq.sgml index d6dc306..f3050fd 100644 --- a/share/doc/FAQ/freebsd-faq.sgml +++ b/share/doc/FAQ/freebsd-faq.sgml @@ -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.44 1996/05/19 05:20:18 jkh Exp $ +<date> $Id: freebsd-faq.sgml,v 1.45 1996/05/29 00:46:01 jkh 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> |