From owner-freebsd-questions@FreeBSD.ORG Sun Apr 16 22:08:08 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 96AD116A400 for ; Sun, 16 Apr 2006 22:08:08 +0000 (UTC) (envelope-from beech@mangohealth.org) Received: from pinnacle.akherb.com (94-37-237-24.gci.net [24.237.37.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFD4F43D45 for ; Sun, 16 Apr 2006 22:08:07 +0000 (GMT) (envelope-from beech@mangohealth.org) Received: by pinnacle.akherb.com (Postfix, from userid 1007) id 796715D01; Sun, 16 Apr 2006 14:08:07 -0800 (AKDT) X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on pinnacle.akherb.com X-Spam-Level: X-Spam-Status: No, score=0.0 required=4.0 tests=AWL autolearn=ham version=3.1.1 Received: from [192.168.2.160] (209-124-141-064.ip.arctic.net [209.124.141.64]) by pinnacle.akherb.com (Postfix) with ESMTP id E3A715C9B; Sun, 16 Apr 2006 14:08:06 -0800 (AKDT) From: Beech Rintoul Organization: Mangohealth To: freebsd-questions@freebsd.org Date: Sun, 16 Apr 2006 14:07:44 -0800 User-Agent: KMail/1.9.1 References: <20060416213041.EE14128454@porsche.brendan.id.au> In-Reply-To: <20060416213041.EE14128454@porsche.brendan.id.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1839584.kPyEOmq0VJ"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200604161408.04461.beech@mangohealth.org> Cc: Brendan Grossman Subject: Re: /boot at beginning of drive 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: Sun, 16 Apr 2006 22:08:08 -0000 --nextPart1839584.kPyEOmq0VJ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Sunday 16 April 2006 13:30, Brendan Grossman wrote: > > Having a separate /tmp slice is not a bad idea, combining /, > > /usr, and /var is unless you're doing a very minimal install. > > I can separate /usr, but my goal is to combine /home and /var, or at least > where mail and databases are stored, for reasons already mentioned. > > I suppose I could do this... > > / 5gb > swap 4gb > /tmp 1gb > /usr 70gb > > Then /home -> /usr/home, /var -> /usr/var > > Or create a 60gb partition and call it /users > > Then /var/mail -> /users/mail, /var/dbdir -> /users/dbdir > > The drive is 80gb (effectively 74ish), and 60gb of it must be for users > (using either /var or /home) > > I suppose it is a bit better. If /home is symlinked to /usr/home, then use a MTA that will deliver mail=20 to /home/user/mail. Databases are stored in /var/db for security reasons, b= ut=20 there's no reason you can't configure whatever db you're using to store=20 database files in /usr. The reason for having a separate /var partition is = in=20 the event of a filesystem crash or you get hacked it's much easier to resto= re=20 important files. The same holds true for /etc (which is part of /). Doing a= =20 restore of /usr just to get the system going again could take quite a while= =20 and trying to restore to non-standard locations is guaranteed to give you=20 some grief. While there is no "standard" filesystem layout on *nix systems,= =20 the recommended layout is tried and true and will be much easier to=20 troubleshoot without having to translate help documents to your custom setu= p. Beech =2D-=20 =2D------------------------------------------------------------------------= =2D------------- Beech Rintoul - Sys. Administrator - beech@mangohealth.org /"\ ASCII Ribbon Campaign | Mangohealth \ / - NO HTML/RTF in e-mail | 201 East 9Th Avenue Ste.310 X - NO Word docs in e-mail | Anchorage, AK 99501 / \ - XanGo - http://www.mangohealth.org =2D------------------------------------------------------------------------= =2D------------- --nextPart1839584.kPyEOmq0VJ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQBEQsBE2TFLCHYGSF0RAvitAJ4t+7hxs8dnJXN355dW23S5hG9ktwCdESNc wPyZyDoxMJPbV3/cOxn308Y= =7nYA -----END PGP SIGNATURE----- --nextPart1839584.kPyEOmq0VJ--