From owner-freebsd-fs Mon Jan 1 20:49:38 1996 Return-Path: owner-fs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA28732 for fs-outgoing; Mon, 1 Jan 1996 20:49:38 -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 UAA28727 for ; Mon, 1 Jan 1996 20:49:32 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id PAA31368; Tue, 2 Jan 1996 15:47:45 +1100 Date: Tue, 2 Jan 1996 15:47:45 +1100 From: Bruce Evans Message-Id: <199601020447.PAA31368@godzilla.zeta.org.au> To: freebsd-fs@freebsd.org, scottb@cirque.moneng.mei.com Subject: Re: mounting 1.1.5 fs under 2.1.0 Sender: owner-fs@freebsd.org Precedence: bulk >niss# fsck /dev/rsd2a >sd2: raw partition size != slice size >sd2: start 0, end 665153, size 665154 >sd2c: start 0, end 660141, size 660141 > Casual examination of the code in kern/subr_diskslice.c, the > source of the errors, seem to indicate this is a `harmless' > warning. However, I have misgivings about ignoring any > warning. Yes, it is harmless, assuming that sd2 is partitioned consistently (the partitioning determines the size of sd2). It means that 5013 sectors beyond the end of sd2c aren't used. Bruce