From owner-freebsd-questions@FreeBSD.ORG Sun Jun 20 19:42:12 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D40ED16A4CE for ; Sun, 20 Jun 2004 19:42:12 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7521D43D1D for ; Sun, 20 Jun 2004 19:42:12 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i5KJg8Z04353; Sun, 20 Jun 2004 15:42:08 -0400 (EDT) From: Jerry McAllister Message-Id: <200406201942.i5KJg8Z04353@clunix.cl.msu.edu> To: eyesonly@xs4all.nl Date: Sun, 20 Jun 2004 15:41:53 -0400 (EDT) In-Reply-To: <200406202130310201.456FADCF@smtp.xs4all.nl> from "eyesonly@xs4all.nl" at Jun 20, 2004 09:30:31 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Partition sizes for small harddisk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2004 19:42:12 -0000 > > Hi > > I'm trying to install FreeBSD 4.10 on an older computer with a 852 MB hard > disk. > According to the handbook, 250 MB should suffice for text mode only. > However, both the "User" and (retried) "Minimal" distributions left me > with no space in /usr > I used the default partitioning (entire disk) and said "No" to the ports > and linux compatibility prompts. > > Assuming that the defaults are optimized for larger disks, how would I > best divide the available space? With that little disk space, I would be inclined to make it all just one root (/) partition - with a bit of swap. You might not even be able to have a swap as big as memory with no more disk than that, but try for a swap of memory size or at least 100 MB or so and the rest in /. I think FreeBSD has grown since they made those claims of 250 MB being enough for a minimum. You might be able to cram it in, but would have little room for doing anything. Good luck, ////jerry > > thanks > Mark >