From owner-freebsd-current Sun Jul 1 11:31:57 2001 Delivered-To: freebsd-current@freebsd.org Received: from segfault.kiev.ua (segfault.kiev.ua [193.193.193.4]) by hub.freebsd.org (Postfix) with ESMTP id DEB5537B403 for ; Sun, 1 Jul 2001 11:31:50 -0700 (PDT) (envelope-from netch@iv.nn.kiev.ua) Received: (from uucp@localhost) by segfault.kiev.ua (8) with UUCP id VME45023; Sun, 1 Jul 2001 21:31:40 +0300 (EEST) (envelope-from netch@iv.nn.kiev.ua) Received: (from netch@localhost) by iv.nn.kiev.ua (8.11.4/8.11.4) id f61GZL203417; Sun, 1 Jul 2001 19:35:21 +0300 (EEST) (envelope-from netch) Date: Sun, 1 Jul 2001 19:35:21 +0300 From: Valentin Nechayev To: cjclark@alum.mit.edu Cc: freebsd-current@FreeBSD.ORG Subject: Re: fd0c mount(8) Race Message-ID: <20010701193521.A2949@iv.nn.kiev.ua> References: <20010630001653.D348@blossom.cjclark.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010630001653.D348@blossom.cjclark.org>; from cristjc@earthlink.net on Sat, Jun 30, 2001 at 12:16:53AM -0700 X-42: On Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sat, Jun 30, 2001 at 00:16:53, cristjc (Crist J. Clark) wrote about "fd0c mount(8) Race": > mount: /dev/fd0c: No such file or directory > That is, even though once I drop into single-user mode we see the > symlink for /dev/fd0c, it does not seem like it was there when 'mount > -a -t nonfs' is run in /etc/rc. I don't see it too. It appears if is created explicitly. Log follows (showing quite strange behavior): root@iv:~##ls -l /dev/fd0* crw-r----- 1 root operator 9, 0 Jul 1 15:01 /dev/fd0 root@iv:~##ls -l /dev/fd0c ls: /dev/fd0c: No such file or directory root@iv:~##mknod /dev/fd0c c 0 0 mknod: /dev/fd0c: File exists root@iv:~##ls -l /dev/fd0c lrw-rw-rw- 1 root wheel 4 Jul 1 19:31 /dev/fd0c -> fd0 root@iv:~##rm /dev/fd0c root@iv:~##rm /dev/fd0c rm: /dev/fd0c: No such file or directory root@iv:~##ls -l /dev/fd0c ls: /dev/fd0c: No such file or directory root@iv:~##ls -l /dev/fd0c ls: /dev/fd0c: No such file or directory root@iv:~##mknod /dev/fd0c c 0 0 root@iv:~##ls -l /dev/fd0c lrw-rw-rw- 1 root wheel 4 Jul 1 19:31 /dev/fd0c -> fd0 I'm surprised mainly that first mknod reported bogus failure. > reproduce the problem? Or is it well known (I can't find it in the > mail archive)? I think you can't - current devfs is too young. /netch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message