From owner-freebsd-stable Sun Mar 29 19:34:57 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA05341 for freebsd-stable-outgoing; Sun, 29 Mar 1998 19:34:57 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA05019 for ; Sun, 29 Mar 1998 19:34:07 -0800 (PST) (envelope-from jfieber@indiana.edu) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.8/8.8.7) with SMTP id KAA02727 for ; Sun, 29 Mar 1998 10:41:14 -0500 (EST) Date: Sun, 29 Mar 1998 10:41:14 -0500 (EST) From: John Fieber To: stable@FreeBSD.ORG Subject: Re: More on 2.2.6 upgrade In-Reply-To: <199803290701.XAA11364@kithrup.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk While chatting about upgade glitches, my major one was with /dev entries. For a variety of reasons, I didn't tell sysinstall to do anything with my second scsi drive. When I rebooted with my own fstab referencing second drive, things came to a screetching halt when the /dev entries were not found. I would have expected /dev/MAKEDEV sd1 to make all the slice entries. In fact it did make /dev/sd1s[1-4] but NOT /dev/sd1s[1-4][a-h]. I eventually did /dev/MAKEDEV sd1s1a which made them all for slice 1, but I don't understand why the simplest form didn't do the Right Thing. Is this behavior a bug or a feature? -john To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message