From owner-freebsd-questions Tue Sep 9 19:28:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA26922 for questions-outgoing; Tue, 9 Sep 1997 19:28:21 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA26916 for ; Tue, 9 Sep 1997 19:28:15 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id LAA01046; Wed, 10 Sep 1997 11:58:01 +0930 (CST) Message-ID: <19970910115801.03392@lemis.com> Date: Wed, 10 Sep 1997 11:58:01 +0930 From: Greg Lehey To: Joerg Wunsch Cc: Marty Leisner , questions@FreeBSD.ORG Subject: Re: How should I partition my disk? References: <9709091907.AA22307@gnu.sdsp.mc.xerox.com> <19970909231415.KI43369@uriah.heep.sax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.81e In-Reply-To: <19970909231415.KI43369@uriah.heep.sax.de>; from J Wunsch on Tue, Sep 09, 1997 at 11:14:15PM +0200 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Sep 09, 1997 at 11:14:15PM +0200, J Wunsch wrote: > (redirected to -questions) > > As Marty Leisner wrote: > >> I have a 6.4 gig IDE quantum bigfoot...I'm willing to give >> about 1.2 gig to freebsd... >> >> When I have enough space, I should be able to install everything, >> including sources (not ports). >> >> Any reasonable ideas for a basic install (i.e. sizes and mount points) >> ? > > You could simply accept sysinstall's defaults. Just select `A'. He only wants to dedicate 1.2 GB to FreeBSD. 'A' uses the whole disk. I agree with Jörg, of course, but if you're really only giving a fraction, I suppose you should look out for these things: 1. If you're booting from this disk, you should ensure that the *entire* root slice is in the first 504 MB of the disk. 2. Use a 45 MB root partition, 150 MB swap, and the rest in /usr. Create /var/usr, copy /var to /var/usr, and put a symlink from /var to /var/usr. Greg