From owner-freebsd-questions@FreeBSD.ORG Wed May 17 13:54:57 2006 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 89C4016A412 for ; Wed, 17 May 2006 13:54:57 +0000 (UTC) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out2.blueyonder.co.uk (smtp-out2.blueyonder.co.uk [195.188.213.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 23C5743D45 for ; Wed, 17 May 2006 13:54:55 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [172.23.170.140] (helo=anti-virus02-07) by smtp-out2.blueyonder.co.uk with smtp (Exim 4.52) id 1FgMUI-0001WT-8a; Wed, 17 May 2006 14:54:54 +0100 Received: from [82.41.229.202] (helo=[192.168.0.2]) by asmtp-out6.blueyonder.co.uk with esmtp (Exim 4.52) id 1FgMUH-0008KR-LQ; Wed, 17 May 2006 14:54:53 +0100 Message-ID: <446B2B2D.8010008@dial.pipex.com> Date: Wed, 17 May 2006 14:54:53 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.13) Gecko/20060515 X-Accept-Language: en MIME-Version: 1.0 To: Perttu Laine References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: moving /usr 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: Wed, 17 May 2006 13:54:57 -0000 Perttu Laine wrote: > I running freebsd 5.4 and I have /usr on one single drive now. I have > hardware ready and going to install SATA RAID into same box. Now I would > like to move /usr into that raid and remove old drive where /usr is. > So is > all I need to do copy whole /usr to new installed raid mirror and change > mounting in fstab and reboot? Or is there something more I need to do? I > suppose that should do it, but I'd just wanna be sure so I ask first > and not > after it's broken. :) > I believe that is exactly enough. Move the data with dump/restore. --Alex