From owner-freebsd-questions Sun Mar 17 6:37:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.mail.vanderbilt.edu (smtp1.mail.Vanderbilt.Edu [129.59.1.75]) by hub.freebsd.org (Postfix) with ESMTP id CB8C537B41D for ; Sun, 17 Mar 2002 06:37:19 -0800 (PST) Received: from smtp1.mail.vanderbilt.edu (LOCALHOST [127.0.0.1]) by smtp1.mail.vanderbilt.edu (8.11.6/8.11.6/VU-3.6C+d3.6) with ESMTP id g2HEbIG21927 for ; Sun, 17 Mar 2002 08:37:18 -0600 (CST) Received: from ci537698-a (pcp612785pcs.wilmsc01.tn.comcast.net [68.53.28.231]) by smtp1.mail.vanderbilt.edu (8.11.6/8.11.6/VU-3.6B+d3.6) with ESMTP id g2HEbIf21923 for ; Sun, 17 Mar 2002 08:37:18 -0600 (CST) Date: Sun, 17 Mar 2002 08:37:31 -0600 From: "Giles, George S" To: freebsd-questions@freebsd.org Subject: Vinum Raid 5 Problem Message-ID: <482151146.1016354251@ci537698-a> X-Mailer: Mulberry/2.1.2 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG My system has three identical disks. The following config does not work: drive d1 device /dev/da1e drive d2 device /dev/da2e drive d3 device /dev/da3e volume myRaidFive plex org raid5 512K sd length 4g drive d1 sd length 4g drive d2 sd length 4g drive d3 The result of the config is: 3 drives: D d1 State: up Device /dev/da1e Avail: 4650/8746 MB (53%) D d2 State: up Device /dev/da2e Avail: 4650/8746 MB (53%) D d3 State: up Device /dev/da3e Avail: 4650/8746 MB (53%) 1 volumes: V myRaidFive State: down Plexes: 1 Size: 8192 MB 1 plexes: P myRaidFive.p0 R5 State: init Subdisks: 3 Size: 8192 MB 3 subdisks: S myRaidFive.p0.s0 State: empty PO: 0 B Size: 4096 MB S myRaidFive.p0.s1 State: empty PO: 512 kB Size: 4096 MB S myRaidFive.p0.s2 State: empty PO: 1024 kB Size: 4096 MB s When I run newfs I get the following error: newfs: /dev/vinum/myRaidFive: Input/output error These drives make striped and concatenated logical volumes just fine. I am using 4.4-Release. Please advise. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message