From owner-freebsd-questions@FreeBSD.ORG Tue Mar 30 10:27:42 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 B722016A4CE for ; Tue, 30 Mar 2004 10:27:42 -0800 (PST) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F9D943D1F for ; Tue, 30 Mar 2004 10:27:42 -0800 (PST) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i2UIR7Q25902; Tue, 30 Mar 2004 13:27:07 -0500 (EST) From: Jerry McAllister Message-Id: <200403301827.i2UIR7Q25902@clunix.cl.msu.edu> To: user0010@cyberspace.org (Chris) Date: Tue, 30 Mar 2004 13:27:07 -0500 (EST) In-Reply-To: <200403301809.NAA00576@grex.cyberspace.org> from "Chris" at Mar 30, 2004 01:09:50 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: FreeBSD 5.2.1 nstall problem: filesystem error. 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: Tue, 30 Mar 2004 18:27:42 -0000 > > I was trying to install FreeBSD 5.2.1 on my PC, but I got a strange error > about the filesystem being full. > I just created the filesystems, with / having 256MB. > It was able to copy a few files from the mfsroot disk to /, then when it > tried > to extract the packages, cpio complained about / being full. I've verified > that the disk geometry was correct and the partitions were set up right. > System is > an eMachines T2778. I was atempting FTP installation. Anyone know what > might be wrong? What other filesystems did you create. Certainly if you only made a 256MB / file system and no /usr or /var, etc (so it would put everything there in root), it would not be enough room to do a complete installation. If you want to make one big root (/) for the whole installation, you will need it to be something like 1.5GB or more, depending on how much other stuff like X and ports you install. ////jerry