From owner-freebsd-isp Thu Jun 8 18:42:34 2000 Delivered-To: freebsd-isp@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id D701137C06D for ; Thu, 8 Jun 2000 18:42:23 -0700 (PDT) (envelope-from grog@wantadilla.lemis.com) Received: (from grog@localhost) by wantadilla.lemis.com (8.9.3/8.9.3) id LAA87230; Fri, 9 Jun 2000 11:12:15 +0930 (CST) (envelope-from grog) Date: Fri, 9 Jun 2000 11:12:15 +0930 From: Greg Lehey To: Max Clark Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Raid-1 Mirroring of boot disk using vinum? Message-ID: <20000609111215.I86855@wantadilla.lemis.com> References: <394010D6.53D274C3@intercom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre2i In-Reply-To: Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thursday, 8 June 2000 at 15:07:17 -0700, Max Clark wrote: > This hardware mirroring thing has gotten way out of control... > > New question - I have a single processor server with two 10K RPM > 18GB hard drives. This machine will take over e-mail duties from an > old P1 4GB machine. Given that I will be running FreeBSD, > qmail-1.03, POP3 (no IMAP), and maybe Apache what would be the best > partition configuration. > > We are currently serving 15,000 e-mails a day and the company is growing. > > I was thinking something like this: > > Disk 1 - > / 500MB > swap 256 MB > /var 500MB > /usr ~16GB > > Disk 2 - > /home 18GB Why? Most of your email is going to go into the /var partition, which is far too small. Your root file system is at least ten times the size it needs to be. And what are you going to put in /usr and /home? My current tendency is not to have a separate /usr file system, since it's relatively easy to predict the size of /usr, and it's convenient to have it available in single user mode. If you omit /usr (i.e. leave it on the root file system), you might do reasonably well with: Disk 1 - / 500MB swap 512 MB /home ~17GB Disk 2 - /var 18GB Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message