From owner-freebsd-questions@FreeBSD.ORG Fri Nov 12 00:10:30 2004 Return-Path: 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 2120816A4D4 for ; Fri, 12 Nov 2004 00:10:30 +0000 (GMT) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16AE543D62 for ; Fri, 12 Nov 2004 00:10:20 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.1/8.13.1) with ESMTP id iAC0A9Yl011828; Thu, 11 Nov 2004 17:10:09 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.1/8.13.1/Submit) with ESMTP id iAC0A8ud011825; Thu, 11 Nov 2004 17:10:09 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 11 Nov 2004 17:10:08 -0700 (MST) From: Warren Block To: Artem Kazakov In-Reply-To: <41932A51.2090605@comptek.ru> Message-ID: <20041111170718.W11792@wonkity.com> References: <20041111061111.61992.qmail@web41128.mail.yahoo.com> <41932A51.2090605@comptek.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.6 (wonkity.com [127.0.0.1]); Thu, 11 Nov 2004 17:10:09 -0700 (MST) cc: Tom Przybylinski cc: freebsd-questions@freebsd.org Subject: Re: Putting /usr on a vinum striped volume? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Nov 2004 00:10:30 -0000 On Thu, 11 Nov 2004, Artem Kazakov wrote: > Tom Przybylinski wrote: >> >> Would someone be so kind as to point me at a HOWTO >> where I can RTFM on moving my /usr to a freshly >> vinum'd stripey vol? > now either dump /usr or tar it and then restore or untar consequently. > > If you choose tar do the following: > tar -C /usr -cpf - . | tar -C /mnt/new_usr -xpvf - > To use dump you need some additional disk space to store dump-file. The "Huge-New-Disk" section of the FAQ shows how to use dump and restore without a temporary file. Pretty much the same as tar shown here, but dump/restore should be safer. http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#NEW-HUGE-DISK -Warren Block * Rapid City, South Dakota USA