Date: Sun, 06 Oct 2002 06:43:09 -0700 From: walt <wa1ter@hotmail.com> To: freebsd-current@freebsd.org Subject: Re: GEOM problems? Message-ID: <3DA03DED.7090901@hotmail.com> References: <anoka7$1rhm$1@FreeBSD.csie.NCTU.edu.tw>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DA03DED.7090901>