Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, 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 [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message