Date: Fri, 6 Jul 2001 22:32:21 +0200 (MET DST) From: j@uriah.heep.sax.de (Joerg Wunsch) To: freebsd-current@freebsd.org Subject: Re: fd0c mount(8) Race Message-ID: <200107062032.f66KWLJ71334@uriah.heep.sax.de> References: <20010630001653.D348@blossom.cjclark.org>
next in thread | previous in thread | raw e-mail | index | archive | help
"Crist J. Clark" <cristjc@earthlink.net> wrote: > mount: /dev/fd0c: No such file or directory > It seems there is some type of race to get the fd0c symlink in place > and I am not winning it. The symlink DEVFS nodes are going to be created first time they are referenced. Your mount attempt thus does create it, but has got reported it as ENOENT already by that time. > I switched to /dev/fd0 and the boot went > fine, but if this is real, it should be fixed. Maybe. Btw., there's no point in trying to mount /dev/fd0c anyway. There are no partitioned floppy device nodes (except perhaps in Bruce Evans' private tree :) anyway. Pseudo-partitions fd0a through fd0h have been aliases for just fd0 for years. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107062032.f66KWLJ71334>