From owner-freebsd-current Fri Apr 26 11:19:00 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA23390 for current-outgoing; Fri, 26 Apr 1996 11:19:00 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA23385 for ; Fri, 26 Apr 1996 11:18:57 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id EAA21005; Sat, 27 Apr 1996 04:07:09 +1000 Date: Sat, 27 Apr 1996 04:07:09 +1000 From: Bruce Evans Message-Id: <199604261807.EAA21005@godzilla.zeta.org.au> To: bde@zeta.org.au, faulkner@asgard.bga.com Subject: Re: Anybody else see these in -current? Cc: current@freebsd.org Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >> Yes, devfs isn't finished yet. Don't use it unless you want to debug it. >>... >I tried to use it this morning. I supped current last night. >I added a line in /etc/fstab >devfs /dev devfs rw 1 1 >after >/dev/sd1a / ufs rw 1 1 >/dev/sd1s1b none swap sw >The machine failed to mount my partitions. It even says so. >If I mount on /devfs, the devfs mounts fine and the dev entries cited below >are seen. What's up? Mounting on /dev hides the working entries. Some of the devfs entries are invisible until you look at them (in /dev where they are visible) :-). Don't use it unless you want to fix the bugs in it. Bruce