From owner-freebsd-isp Wed Jun 4 03:30:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA15623 for isp-outgoing; Wed, 4 Jun 1997 03:30:32 -0700 (PDT) Received: from panda.hilink.com.au (panda.hilink.com.au [203.8.15.25]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA15614 for ; Wed, 4 Jun 1997 03:30:28 -0700 (PDT) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.8.5) id UAA16545; Wed, 4 Jun 1997 20:30:03 +1000 (EST) Date: Wed, 4 Jun 1997 20:30:00 +1000 (EST) From: "Daniel O'Callaghan" To: Muditha Gunatilake cc: freebsd-isp@FreeBSD.ORG Subject: Re: Partitions In-Reply-To: <3395346A.4416@seychelles.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 4 Jun 1997, Muditha Gunatilake wrote: > Hi, > We are using POP and SMTP for our mail. The /var partition is almost > full and everyday have to get people to remove large mails files to keep > alive. What is the best way to add a new hard disk or reallocate some > space from /home which has quite a bit of space left? Hi, The simplest thing to do is: 1. kill sendmail and inetd 2. cd /var 3. mkdir /home/var 4. cp -Rp mail /home/var 5. mv mail mail.old ; ln -s /home/mail mail 6. Restart sendmail and inetd /* Daniel O'Callaghan */ /* HiLink Internet danny@hilink.com.au */ /* FreeBSD - works hard, plays hard... danny@freebsd.org */