From owner-freebsd-current Thu Mar 21 23:21:46 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA21038 for current-outgoing; Thu, 21 Mar 1996 23:21:46 -0800 (PST) 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 XAA21033 for ; Thu, 21 Mar 1996 23:21:42 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id SAA24449; Fri, 22 Mar 1996 18:16:51 +1100 Date: Fri, 22 Mar 1996 18:16:51 +1100 From: Bruce Evans Message-Id: <199603220716.SAA24449@godzilla.zeta.org.au> To: bde@zeta.org.au, phk@critter.tfs.com Subject: Re: PATCH: small, syntax changes for devfs Cc: current@FreeBSD.org, julian@ref.tfs.com, scrappy@ki.net Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >> - names for partitions aren't generated unless the slice containing the >> partitions or at least one partition on that slice is open. I'm not >> sure if they should be generated; anyway, this isn't implemented. >and since wd0s1 isn't there either, how can you trigger that ? >I belive all sensible slices/partitions should appear in /devfs by default, >so that you can just fsck them from fstab... wd0s1 is there, and opening it would reveal wd0s1[a-h], but this isn't much use. Perhaps wd0s1 should be a directory containing [a-h]. I prefer a flat namespace. Bruce