From owner-freebsd-questions@FreeBSD.ORG Sat Apr 30 07:07:50 2005 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 BD71916A4CE for ; Sat, 30 Apr 2005 07:07:50 +0000 (GMT) Received: from mail.nativenerds.com (host-70-0-111-24.midco.net [24.111.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 338AE43D41 for ; Sat, 30 Apr 2005 07:07:50 +0000 (GMT) (envelope-from estover@nativenerds.com) Received: from red (host-133-35-230-24.midco.net [24.230.35.133]) j3U7LN4Y029421; Sat, 30 Apr 2005 01:21:24 -0600 (MDT) (envelope-from estover@nativenerds.com) From: Ed Stover To: Christian Hiris <4711@chello.at> In-Reply-To: <200504300628.41565.4711@chello.at> References: <001001c54d17$75563e20$14d71840@lisakc> <200504300628.41565.4711@chello.at> Content-Type: text/plain Organization: Native Nerds Date: Sat, 30 Apr 2005 01:07:56 -0600 Message-Id: <1114844876.43873.9.camel@red.nativenerds.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mail.nativenerds.com cc: Lisa Casey cc: freebsd-questions@freebsd.org Subject: Re: Moving /var X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: estover@nativenerds.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Apr 2005 07:07:50 -0000 Hi On Sat, 2005-04-30 at 06:28 +0200, Christian Hiris wrote: > On Saturday 30 April 2005 01:59:01, Lisa Casey wrote: > > Hi, > > > > I could have sworn I've seen some info on moving var onto it's own hard > > drive but I vcan't seem to find it now. > > > > Would anyone happen to know a url? > > > > Thanks, > > > > Lisa > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#NEW-HUGE-DISK > > Cheers, > ch > Hi, How I put various partitions on larger drives is 1.format the drive (some times /stand/sysintall, sometimes by hand) 2.mount the new drive some where as what ever. (mount /dev/ad3s1e /mnt) 3.Copy over the data from the folder ( usually use cpio) 4. change fstab to fit 5. reboot as far as I know that is KISS (keep it simple stupid)