Date: Fri, 4 Oct 2002 13:10:36 +0100 From: n0go013 <ttz@blahdeblah.demon.co.uk> To: current <freebsd-current@freebsd.org> Subject: [ GEOM tests ] disklabel warnings and vinum drives lost Message-ID: <20021004121036.GB8515@pooh.blahdeblah.demon.co.uk>
next in thread | raw e-mail | index | archive | help
rebuilt kernel with GEOM and everything is ok but disklabel now dumps a warning message for each undefined partition. should these be manually initialised to valid entries or is this a bug ? more importantly vinum can no longer find the drives but i'm not sure thats related as cvsup was from 2002/09/23 -> 2002/10/03 +++ vinum create output +++ eyore# vinum create ./drive 1: drive snub device /dev/ad0s1h ** 1 Can't initialize drive snub: No such file or directory 2: drive junk device /dev/ad2s1h ** 2 Can't initialize drive junk: No such file or directory 0 drives: 0 volumes: 0 plexes: 0 subdisks: --- vinum create output --- +++ ll /dev/ad?s1? +++ eyore# ll /dev/ad?s1? crw-r----- 1 root operator 4, 6 Oct 4 11:35 /dev/ad0s1b crw-r----- 1 root operator 4, 7 Oct 4 11:35 /dev/ad0s1c crw-r----- 1 root operator 4, 8 Oct 4 11:35 /dev/ad0s1h crw-r----- 1 root operator 4, 17 Oct 4 11:35 /dev/ad1s1a crw-r----- 1 root operator 4, 18 Oct 4 11:35 /dev/ad1s1c crw-r----- 1 root operator 4, 19 Oct 4 11:35 /dev/ad1s1d crw-r----- 1 root operator 4, 20 Oct 4 11:35 /dev/ad1s1e crw-r----- 1 root operator 4, 21 Oct 4 11:35 /dev/ad2s1b crw-r----- 1 root operator 4, 22 Oct 4 11:35 /dev/ad2s1c crw-r----- 1 root operator 4, 23 Oct 4 11:35 /dev/ad2s1h --- ll /dev/ad?s1? --- +++ disklabel ad0s1 output +++ [...] 8 partitions: # size offset fstype [fsize bsize bps/cpg] b: 163840 0 swap # (Cyl. 0 - 216*) c: 8418753 0 unused 0 0 # (Cyl. 0 - 11135*) h: 8254913 163840 vinum # (Cyl. 216*- 11135*) Warning, partition a: size 0, but offset 4294967233 partition a: offset past end of unit partition a: partition extends past end of unit Warning, partition d: size 0, but offset 4294967233 partition d: offset past end of unit partition d: partition extends past end of unit Warning, partition e: size 0, but offset 4294967233 partition e: offset past end of unit partition e: partition extends past end of unit Warning, partition f: size 0, but offset 4294967233 partition f: offset past end of unit partition f: partition extends past end of unit Warning, partition g: size 0, but offset 4294967233 partition g: offset past end of unit partition g: partition extends past end of unit --- disklabel ad0s1 output --- +++ dislabel ad1s1 output +++ [...] 8 partitions: # size offset fstype [fsize bsize bps/cpg] a: 430080 0 4.2BSD 1024 8192 46208 # (Cyl. 0 - 26*) c: 4112577 0 unused 0 0 # (Cyl. 0 - 255*) d: 3252417 860160 4.2BSD 1024 8192 46208 # (Cyl. 53*- 255*) e: 430080 430080 4.2BSD 1024 8192 46208 # (Cyl. 26*- 53*) Warning, partition b: size 0, but offset 4294967233 partition b: offset past end of unit partition b: partition extends past end of unit Warning, partition f: size 0, but offset 4294967233 partition f: offset past end of unit partition f: partition extends past end of unit Warning, partition g: size 0, but offset 4294967233 partition g: offset past end of unit partition g: partition extends past end of unit Warning, partition h: size 0, but offset 4294967233 partition h: offset past end of unit partition h: partition extends past end of unit --- disklabel ad1s1 output --- -- t t z 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?20021004121036.GB8515>