From owner-freebsd-current Sun Oct 6 6:45: 7 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5FD8C37B401 for ; Sun, 6 Oct 2002 06:45:06 -0700 (PDT) Received: from pimout2-ext.prodigy.net (pimout2-ext.prodigy.net [207.115.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id C943F43E75 for ; Sun, 6 Oct 2002 06:45:05 -0700 (PDT) (envelope-from wa1ter@hotmail.com) Received: from hotmail.com (adsl-64-175-107-36.dsl.lsan03.pacbell.net [64.175.107.36]) by pimout2-ext.prodigy.net (8.12.3 da nor stuldap/8.12.3) with ESMTP id g96Dj0Y2288156 for ; Sun, 6 Oct 2002 09:45:00 -0400 Message-ID: <3DA03DED.7090901@hotmail.com> Date: Sun, 06 Oct 2002 06:43:09 -0700 From: walt Organization: none User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021001 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: GEOM problems? References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Poul-Henning Kamp wrote: > In message <3D9F8FB2.30808@hotmail.com>, walt writes: >>#disklabel ad0 >>disklabel: ioctl DIOCGDINFO: Operation not supported by device > ad0 does not have a disklabel. Okay, next problem(?). Disklabel with and without the -r flag: #disklabel -r ad2s2 # size offset fstype [fsize bsize bps/cpg] a: 17207240 7773835 4.2BSD 0 0 0 # (Cyl. 483*- 1554*) b: 400000 7373835 swap # (Cyl. 459 - 483*) c: 17607240 7373835 unused 0 0 # (Cyl. 459 - 1554) Warning, partition c doesn't start at 0! Warning, partition c doesn't cover the whole unit! Warning, An incorrect partition c may cause problems for standard system utilities Warning, partition d: size 0, but offset 7373835 Warning, partition e: size 0, but offset 7373835 Warning, partition f: size 0, but offset 7373835 Warning, partition g: size 0, but offset 7373835 Warning, partition h: size 0, but offset 7373835 #disklabel ad2s2 # size offset fstype [fsize bsize bps/cpg] a: 17207240 400000 4.2BSD 0 0 0 # (Cyl. 24*- 1095*) b: 400000 0 swap # (Cyl. 0 - 24*) c: 17607240 0 unused 0 0 # (Cyl. 0 - 1095) Warning, partition c doesn't cover the whole unit! This behavior is new with GEOM, as is the warning about c not covering the whole unit. The kernel without GEOM offers no complaints about the same label. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message