From owner-freebsd-questions Thu Feb 3 16:27:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from watson.ficsgrp.com (watson.ficsgrp.com [194.74.111.3]) by builder.freebsd.org (Postfix) with ESMTP id 1B4594A0D for ; Thu, 3 Feb 2000 14:07:12 -0800 (PST) Received: from mail.au.ficsgrp.com ([194.74.111.35]) by watson.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id AAA4467 for ; Thu, 3 Feb 2000 23:07:20 +0100 Received: from S1.com ([172.16.48.219]) by mail.au.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id 379; Fri, 4 Feb 2000 09:10:22 +1100 Message-ID: <3899FC4B.F06876A@S1.com> Date: Fri, 04 Feb 2000 09:08:11 +1100 From: Harry Woodward-Clarke X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Ben Smithurst Cc: freebsd-questions@FreeBSD.ORG Subject: Re: (no subject) References: <00ed01bf6df1$c9568620$0200000a@danco.home> <20000203162431.A996@strontium.scientia.demon.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hullo Ben, > > Dan O'Connor wrote: > > > I'd do this: > > > > 64M - 128M for / > > I only use about 32MB for /, and it's always been enough so far. I > sometimes move root's home directory to /usr/home/root though, since > I > often dump loads of stuff there, forgetting it's filling up the root > filesystem. I hope you don't do this often :'/ If your device with /usr/home goes 'south' and you try to log in as root... guess what? No home directory for root anymore :'( This could make a relatively simple task _very_ complicated and needlessly ugly. Lessons to be learned? 1) leave root's home on the / partition; 2) don't "dump loads of stuff there". Put it on /tmp if youmust dump it via the root account. Better still, don't use root for anything othere than system administration, use a "user" account. hth, |-| > > > 256M swap > > remainder as /usr > > /var and /tmp symlinks to /usr/var and /usr/tmp, respectively. > > This I agree with, it's the way I've always done it (slightly different > amount for swap maybe, but somewhere around there). > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message