From owner-freebsd-current Fri Oct 4 5:12:27 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 6D1BD37B401 for ; Fri, 4 Oct 2002 05:12:24 -0700 (PDT) Received: from blahdeblah.demon.co.uk (blahdeblah.demon.co.uk [62.49.19.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A50843E3B for ; Fri, 4 Oct 2002 05:12:22 -0700 (PDT) (envelope-from fergus@blahdeblah.demon.co.uk) Received: from pooh.blahdeblah.demon.co.uk (localhost [127.0.0.1]) by blahdeblah.demon.co.uk (8.12.5/8.12.5) with ESMTP id g94CAaKO009826 for ; Fri, 4 Oct 2002 13:10:36 +0100 (BST) (envelope-from fergus@pooh.blahdeblah.demon.co.uk) Received: (from fergus@localhost) by pooh.blahdeblah.demon.co.uk (8.12.5/8.12.5/Submit) id g94CAaeV009825 for freebsd-current@freebsd.org; Fri, 4 Oct 2002 13:10:36 +0100 (BST) Date: Fri, 4 Oct 2002 13:10:36 +0100 From: n0go013 To: current Subject: [ GEOM tests ] disklabel warnings and vinum drives lost Message-ID: <20021004121036.GB8515@pooh.blahdeblah.demon.co.uk> Mail-Followup-To: n0go013 , current Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 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