From owner-freebsd-questions@FreeBSD.ORG Sun Dec 8 21:03:51 2013 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 031529CC for <freebsd-questions@freebsd.org>; Sun, 8 Dec 2013 21:03:51 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AAD271F93 for <freebsd-questions@freebsd.org>; Sun, 8 Dec 2013 21:03:50 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id rB8L3nmg071050; Sun, 8 Dec 2013 14:03:49 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id rB8L3mVv071047; Sun, 8 Dec 2013 14:03:49 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 8 Dec 2013 14:03:48 -0700 (MST) From: Warren Block <wblock@wonkity.com> To: Doug Hardie <bc979@lafn.org> Subject: Re: Using bsdinstall for an additional drive In-Reply-To: <B6C67E2D-48D5-4422-917B-06C2152EF397@lafn.org> Message-ID: <alpine.BSF.2.00.1312081401130.71014@wonkity.com> References: <B6C67E2D-48D5-4422-917B-06C2152EF397@lafn.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Sun, 08 Dec 2013 14:03:49 -0700 (MST) Cc: "freebsd-questions@freebsd.org Questions" <freebsd-questions@freebsd.org> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions/> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 08 Dec 2013 21:03:51 -0000 On Sun, 8 Dec 2013, Doug Hardie wrote: > I have a running 9.2 system that I need to add another drive to. > With sysinstall it was easy (once you understood it) to add a new > drive. However, I have not figured out how to do that with > bsdinstall. I don't want to experiment much as the running system > would take forever to rebuild. Is there a way to do this without > affecting the existing system? It depends on what you mean by adding another drive. If it's just a second drive for data with UFS, both GPT and MBR setup is shown in http://www.wonkity.com/~wblock/docs/html/disksetup.html If you mean adding a drive as in creating a mirror, the Handbook gmirror chapter shows that: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/geom-mirror.html For ZFS... well, that's different.