From owner-freebsd-hackers Sat May 3 08:26:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA01970 for hackers-outgoing; Sat, 3 May 1997 08:26:47 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA01965 for ; Sat, 3 May 1997 08:26:38 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id BAA11347; Sun, 4 May 1997 01:22:49 +1000 Date: Sun, 4 May 1997 01:22:49 +1000 From: Bruce Evans Message-Id: <199705031522.BAA11347@godzilla.zeta.org.au> To: bde@zeta.org.au, imp@village.org Subject: Re: Mounting other people's disks? Cc: hackers@FreeBSD.ORG Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >But the slice code is ignoring the entire disk. Since the disklabel It only ignores it if it is so misplaced that it can't find it (which is not the case where since you got warnings) or if there are no valid partitions in it. >from OpenBSD is absolute for the entire disk, and since the c >partition is the entire disk, all the interesting slices are being >ignored. This doesn't follow: a) the c partition probably isn't for the whole disk in NetBSD. In systems derived from 386BSD, the d partition was for the whole disk. b) interesting slices should be in other, erm, slices. Bruce