From owner-freebsd-bugs Sat Apr 6 02:12:13 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA20454 for bugs-outgoing; Sat, 6 Apr 1996 02:12:13 -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 CAA20448 for ; Sat, 6 Apr 1996 02:12:07 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id UAA21444; Sat, 6 Apr 1996 20:10:32 +1000 Date: Sat, 6 Apr 1996 20:10:32 +1000 From: Bruce Evans Message-Id: <199604061010.UAA21444@godzilla.zeta.org.au> To: aagero@aage.priv.no, freebsd-bugs@FreeBSD.ORG Subject: Re: Hangs after editing a disklabel Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >I've just installed a new disklabel on my scsi disk with ># disklabel -w -B sd0 auto >which installed a working disklabel. But, when I do ># disklabel -e /dev/rsd0c Use sd0 in both. >the kernel hangs after the :wq in vi, perhaps when the disklabel >information is written to the disk. This makes it very hard to make >any new partitions on a new disk. This same problem occurs on sd1 as >well. My scsi controller is a NCR 810, I'm using a very recent >(4. april) -current. There is a bug in devfs that causes this if devfs is mounted. Only use devfs if you want to debug it. Bruce