From owner-freebsd-current Mon Apr 29 20:46:24 2002 Delivered-To: freebsd-current@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id BFEFC37B416; Mon, 29 Apr 2002 20:46:16 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id AA3B45346; Tue, 30 Apr 2002 05:46:14 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: current@freebsd.org Cc: grog@freebsd.org, phk@freebsd.org Subject: Vinum out of commission? From: Dag-Erling Smorgrav Date: 30 Apr 2002 05:46:13 +0200 Message-ID: Lines: 72 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 On a very recent -CURRENT, I'm unable to create and newfs a vinum volume: root@rsa ~# cat vinum.label # Vinum disk type: SCSI disk: DEC label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 255 sectors/cylinder: 16065 cylinders: 521 sectors/unit: 8380080 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 8380080 0 unused 0 0 # (Cyl. 0 - 521*) d: 8380080 0 vinum # (Cyl. 0 - 521*) root@rsa ~# disklabel -rR da1 vinum.label root@rsa ~# disklabel -rR da2 vinum.label root@rsa ~# disklabel -rR da4 vinum.label root@rsa ~# disklabel -rR da5 vinum.label root@rsa ~# cat vinum.conf drive drive0 device /dev/da1 drive drive1 device /dev/da2 drive drive2 device /dev/da4 drive drive3 device /dev/da5 volume raid0 setupstate plex org raid5 433k sd length 0 drive drive0 sd length 0 drive drive1 sd length 0 drive drive2 sd length 0 drive drive3 root@rsa ~# vinum create vinum.conf 1: drive drive0 device /dev/da1 ** 1 Can't initialize drive drive0: Operation not supported by device 2: drive drive1 device /dev/da2 ** 2 Can't initialize drive drive1: Operation not supported by device 3: drive drive2 device /dev/da4 ** 3 Can't initialize drive drive2: Operation not supported by device 4: drive drive3 device /dev/da5 ** 4 Can't initialize drive drive3: Operation not supported by device 0 drives: 1 volumes: V raid0 State: up Plexes: 1 Size: 0 B 1 plexes: P raid0.p0 R5 State: up Subdisks: 4 Size: 0 B 4 subdisks: S raid0.p0.s0 State: up D: drive0 Size: 0 B S raid0.p0.s1 State: up D: drive1 Size: 0 B S raid0.p0.s2 State: up D: drive2 Size: 0 B S raid0.p0.s3 State: up D: drive3 Size: 0 B root@rsa ~# newfs -b 16384 -f 2048 /dev/vinum/raid0 newfs: /dev/vinum/raid0: `0' partition is unavailable This is a non-GEOM kernel - GEOM wouldn't even let me disklabel the drives. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message