From owner-freebsd-isp Wed Jun 4 09:12:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA07464 for isp-outgoing; Wed, 4 Jun 1997 09:12:25 -0700 (PDT) Received: from uhf.wdc.net (uhf.4d.net [207.137.157.140]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA07454 for ; Wed, 4 Jun 1997 09:12:21 -0700 (PDT) Received: from localhost (bad@localhost) by uhf.wdc.net (8.8.5/8.6.12) with SMTP id MAA02212; Wed, 4 Jun 1997 12:12:10 -0400 (EDT) Date: Wed, 4 Jun 1997 12:12:09 -0400 (EDT) From: Bernie Doehner To: Chris Shenton cc: muditha@seychelles.net, freebsd-isp@FreeBSD.ORG Subject: Re: Partitions In-Reply-To: <199706041518.LAA06870@absinthe.i3inc.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi: [..] > > Quickest thing would be to make /var/mail a symlink into /home/mail, > after moving all the mail files of course. Or do what DEC has done for years (assume /usr is a separate/larger partition with lots of space): mv /var /usr/var ln -s /usr/var /var I grew tired of always moving individual /var subdirs over to /usr and symb linking, so I ended up using this method on here. > You could also add a new disk and mount /var/mail on that. > Done that too (key to remote administration/installation, always think redudancy/too much disk space). We had a 1GB IDE drive not doing anything useful. Came in handy when we ran out of space on /var/mail! Bernie