Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jun 2001 20:19:44 +0200 (CEST)
From:      Luigi Rizzo <luigi@info.iet.unipi.it>
To:        Poul-Henning Kamp <phk@critter.freebsd.dk>
Cc:        Luigi Rizzo <luigi@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/release/picobsd/mfs_tree/etc rc
Message-ID:  <200106211819.UAA51210@info.iet.unipi.it>
In-Reply-To: <23899.993145722@critter> from Poul-Henning Kamp at "Jun 21, 2001 07:48:42 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> DEVFS is mounted as the very first action by /sbin/init

ok, the problem is that entries (such as /dev/fd0c) are
created on demand so first time you call

	mount -o rdonly /dev/fd0c /fd

it fails, as a side effect the device is created, and the
second time you run the mount it works.

A patch would be to do an ls /dev/fd0c before the mount,
but there has to be a better way within mount...

	cheers
	luigi


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106211819.UAA51210>