From owner-freebsd-geom@FreeBSD.ORG Sun Mar 23 15:14:47 2008 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07CE81065677 for ; Sun, 23 Mar 2008 15:14:47 +0000 (UTC) (envelope-from donald.holt@earthlink.net) Received: from elasmtp-scoter.atl.sa.earthlink.net (elasmtp-scoter.atl.sa.earthlink.net [209.86.89.67]) by mx1.freebsd.org (Postfix) with ESMTP id B0C218FC1C for ; Sun, 23 Mar 2008 15:14:46 +0000 (UTC) (envelope-from donald.holt@earthlink.net) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=sSihu/R3YqtM6Z5gSk8U5l/fSo+8l4hdqXPErZIXwI/KVTyM9PF1E9Mj0Lj9YKo3; h=Received:Subject:From:To:Content-Type:Date:Message-Id:Mime-Version:X-Mailer:X-ELNK-Trace:X-Originating-IP; Received: from [71.171.155.25] (helo=[192.168.0.9]) by elasmtp-scoter.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1JdRkN-0007k3-MH for freebsd-geom@freebsd.org; Sun, 23 Mar 2008 11:04:31 -0400 From: "Donald E. Holt" To: GEOM Mailing List Date: Sun, 23 Mar 2008 11:04:36 -0400 Message-Id: <1206284676.2073.28.camel@Hank.bullhouse.net> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 FreeBSD GNOME Team Port X-ELNK-Trace: b73738902380eafd63a5f2fc002084469ef193a6bfc3dd48e0b5b49a31ecea7006da8ab2dcfb547c7ef9f80aaf77e5a4350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 71.171.155.25 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Striped Drive for OS File System X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2008 15:14:47 -0000 I haven't seen this particular situation discussed, nor have I been able to find any specific information on the web. I am not experienced in GEOM or vinum, so I may be asking a dumb question. If so, I apologize. My system has FreeBSD installed across 2 SCSI drives. /dev/da2 holds /, /tmp, /var, and a swap. /dev/da4 is devoted to /usr and another swap. A third drive (dev/da5) is dedicated to a Win4BSD virtual machine, and is mounted as /WinXP (there are still a few MS apps I can't get around using). I'd like to expand /usr fs to an additional SCSI drive (physically present now, but unused). Would it be possible to do that, perhaps with gstripe, without distroying data on the current drive? Again, sorry if I've asked one of those eye-rolling, forehead-thumping questions. Thanks!