Date: Thu, 22 Feb 2007 20:29:53 +0000 (UTC) From: Ken Smith <kensmith@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall cdrom.c Message-ID: <200702222029.l1MKTrOX079236@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kensmith 2007-02-22 20:29:53 UTC
FreeBSD src repository
Modified files:
usr.sbin/sysinstall cdrom.c
Log:
If floppies are used to boot the machine, the user lets the machine
complete the boot and enter into sysinstall, and only then inserts
a CD into the CDROM drive and tries to select that as the install
media the first call to mount(2) generates EIO but the second call
to mount(2) will succeed. This was 100% reproducible on 6.2-RELEASE,
RELENG_6, and HEAD. If the user inserts the disc into the CDROM
while the machine is booting off the floppies the first call to mount(2)
succeeds with no problems. The problem was originally reported in
PR #56952 against 5.1-CURRENT so it's been there for a while now.
PR: bin/56952
MFC after: 2 weeks
Revision Changes Path
1.55 +6 -1 src/usr.sbin/sysinstall/cdrom.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702222029.l1MKTrOX079236>
