From owner-freebsd-questions@FreeBSD.ORG Thu Dec 15 05:21:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A420316A41F for ; Thu, 15 Dec 2005 05:21:33 +0000 (GMT) (envelope-from neal@rigney.org) Received: from zinc.nocdirect.com (zinc.nocdirect.com [69.73.148.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16E3F43D5F for ; Thu, 15 Dec 2005 05:21:32 +0000 (GMT) (envelope-from neal@rigney.org) Received: from jrigney by zinc.nocdirect.com with local (Exim 4.52) id 1EmlYO-0002a9-1w for freebsd-questions@freebsd.org; Wed, 14 Dec 2005 23:21:20 -0600 From: "Neal Rigney" To: freebsd-questions@freebsd.org X-Mailer: NeoMail 1.27 X-IPAddress: 66.69.222.164 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Message-Id: Date: Wed, 14 Dec 2005 23:21:20 -0600 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - zinc.nocdirect.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [32116 2045] / [47 12] X-AntiAbuse: Sender Address Domain - rigney.org X-Source: X-Source-Args: X-Source-Dir: Subject: graid3 lockups? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2005 05:21:33 -0000 I've got a dual-proc machine with 3 ATA drives that I'd like to roll together in a graid3 configuration. 2 of the drives are 250G, and the third is 300G. I'm using the raw disk for the two 250G drives (ad4 and ad6) and the a partition (which is 250G) of the 300G disk (ad9). ad9 looks like this: # size offset fstype [fsize bsize bps/cpg] a: 488397168 16 4.2BSD 0 0 0 c: 586072368 0 unused 2048 16384 # "raw" part, don't edit d: 97675184 488397184 4.2BSD 2048 16384 28552 I need to transfer all the data from partition d on ad9 to the new raid3 volume. Creating the volume and newfs work fine. However, when I begin copying the files from ad9 into the raid3 volume, the system locks hard. Naturally the hard-lock isn't good, but I'm also cursious if my configuration is actually valid. Any ideas? --