From owner-freebsd-questions@FreeBSD.ORG Mon Sep 5 01:21:00 2005 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 C2F1C16A41F for ; Mon, 5 Sep 2005 01:21:00 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCFC243D49 for ; Mon, 5 Sep 2005 01:20:58 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 27681 invoked by uid 207); 5 Sep 2005 01:20:57 -0000 Received: from keramida@ceid.upatras.gr by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.19/3.81. Clear:RC:1(81.186.70.132):. Processed in 1.09464 secs); 05 Sep 2005 01:20:57 -0000 Received: from dialup132.ach.sch.gr (HELO gothmog.gr) ([81.186.70.132]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 5 Sep 2005 01:20:55 -0000 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j851Kek5083336; Mon, 5 Sep 2005 04:20:40 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j851Ke7w083301; Mon, 5 Sep 2005 04:20:40 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 5 Sep 2005 04:20:34 +0300 From: Giorgos Keramidas To: Robin Smith Message-ID: <20050905012034.GA81937@gothmog.gr> References: <38br38h4lq.r38@mail.opusnet.com> <200509050112.j851C65D030345@aristotle.tamu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200509050112.j851C65D030345@aristotle.tamu.edu> Cc: freebsd-questions@freebsd.org Subject: Re: How should I partition 2 80 gig drives? 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: Mon, 05 Sep 2005 01:21:00 -0000 On 2005-09-04 20:12, Robin Smith wrote: > bob self writes: > > I want to set up FreeBSD 5.4 Release to fully use 2 80 gig hard > > drives. I'm not sure how I should set these up in disklabel editor. > > I just want to use this as a general purpose machine. > > I would recommend putting /usr/local as well as /usr/home on their own > partitions. It greatly facilitates system upgrades if you have a large > number of users and/or a great many installed ports. tuning(7) has a good section on disk partitioning too, that may be of interest. I recently read it again, and I can say that a lot of what it contains is still valid and useful, years after the initial manpage was imported by Matt Dillon.