From owner-freebsd-questions@FreeBSD.ORG Mon Apr 17 22:08:26 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 EFD5D16A419 for ; Mon, 17 Apr 2006 22:08:26 +0000 (UTC) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8622843D46 for ; Mon, 17 Apr 2006 22:08:26 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.13.6+Sun/8.12.2) with ESMTP id k3HM8QOi014267; Mon, 17 Apr 2006 18:08:26 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.13.6+Sun/8.12.2/Submit) id k3HM8LQu014266; Mon, 17 Apr 2006 18:08:21 -0400 (EDT) From: Jerry McAllister Message-Id: <200604172208.k3HM8LQu014266@clunix.cl.msu.edu> To: brendan@grossman.id.au (Brendan Grossman) Date: Mon, 17 Apr 2006 18:08:21 -0400 (EDT) In-Reply-To: <20060417212942.6C4B228469@porsche.brendan.id.au> X-Mailer: ELM [version 2.5 PL7] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org 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: Mon, 17 Apr 2006 22:08:27 -0000 > > > Databases are stored in /var/db for security reasons > > Just curious... What are the security reasons? After some thought, here's > what I'm planning on doing... > > Disk is 73gb scsi... > > / 500mb > swap 4gb > /var 4gb > /usr 4gb > /home remainder (about 60gb) > > then /var/db/mysql -> /home/mysql > > and /tmp on swap > > Any possible issues with this? That is just fine, except I would make a small partition for /tmp maybe 512 MB rather than trying to do the /tmp on swap thing. It will be easier to work with if some problem comes up and you want to go fishing around. ////jerry > > Cheers > Brendan >