From owner-freebsd-questions@FreeBSD.ORG Tue Jul 6 01:31:14 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 2940616A4CE for ; Tue, 6 Jul 2004 01:31:14 +0000 (GMT) Received: from ppsw-0.csi.cam.ac.uk (ppsw-0.csi.cam.ac.uk [131.111.8.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id A69B843D39 for ; Tue, 6 Jul 2004 01:31:13 +0000 (GMT) (envelope-from rtb27@cam.ac.uk) Received: from rtb27.robinson.cam.ac.uk ([131.111.217.214]:49331) by ppsw-0.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.150]:465) with esmtp (SSLv3:RC4-MD5:128) (Exim 4.34) id 1Bhene-00026j-UB for freebsd-questions@freebsd.org; Tue, 06 Jul 2004 02:31:10 +0100 From: Richard Bradley To: freebsd-questions@freebsd.org Date: Tue, 6 Jul 2004 02:29:03 +0100 User-Agent: KMail/1.5.4 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200407060229.03972.rtb27@cam.ac.uk> X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ X-Cam-AntiVirus: No virus found X-Cam-SpamDetails: Not scanned Subject: /rescue is huge!! 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, 06 Jul 2004 01:31:14 -0000 Hi everyone, I recently tried to add a user to my FreeBSD box, but was amazed to find th= at=20 the / partition was full! I had a look, and the culprit is the "/rescue"=20 folder, holding 135 statically linked binaries of nearly 4Mb each, giving a= =20 folder size of 491Mb!=20 The Handbook says that "100 MB is a reasonable size for this filesystem. Yo= u=20 will not be storing too much data on it, as a regular FreeBSD install will= =20 put about 40 MB of data here." (=A7 2.5.5). I gave my root partition what I= =20 thought was a generous 512Mb. What is going on here? I read the "rescue" manpage, and while it might be a= =20 nice thing to fall back on, I can't justify it over being able to add user= =20 accounts. Should I just delete this lot? Should I have a bigger / partition? Is the handbook out of date in this respect? (/rescue was added in 5.2) All comments welcome... Rich