From owner-freebsd-questions@FreeBSD.ORG Wed Mar 16 15:25:24 2005 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 587C616A4CE for ; Wed, 16 Mar 2005 15:25:24 +0000 (GMT) Received: from merke.itea.ntnu.no (merke.itea.ntnu.no [129.241.7.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F77043D1D for ; Wed, 16 Mar 2005 15:25:23 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: from localhost (localhost [127.0.0.1]) by merke.itea.ntnu.no (Postfix) with ESMTP id E301513C71D for ; Wed, 16 Mar 2005 16:25:21 +0100 (CET) Received: from maren.thelosingend.net (maren.math.ntnu.no [129.241.211.48]) by merke.itea.ntnu.no (Postfix) with SMTP for ; Wed, 16 Mar 2005 16:25:21 +0100 (CET) Received: (qmail 52840 invoked by uid 1001); 16 Mar 2005 15:25:04 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 16 Mar 2005 15:25:04 -0000 Date: Wed, 16 Mar 2005 16:25:04 +0100 (CET) From: Svein Halvor Halvorsen X-X-Sender: sveinhal@maren.thelosingend.net To: Giorgos Keramidas In-Reply-To: <20050316130603.GB7986@orion.daedalusnetworks.priv> Message-ID: <20050316162104.S52198@maren.thelosingend.net> References: <20050316130603.GB7986@orion.daedalusnetworks.priv> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Content-Scanned: with sophos and spamassassin at mailgw.ntnu.no. cc: Gert Cuykens cc: freebsd-questions@freebsd.org Subject: Re: inode X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 15:25:24 -0000 * Giorgos Keramidas [2005-03-16 15:06 +0200] > > Filesystem 1K-blocks Used Avail Capacity iused ifree %iused Mounted on > > /dev/ad0s1a 253678 35430 197954 15% 981 32041 3% / > > devfs 1 1 0 100% 0 0 100% /dev > > /dev/ad0s1e 253678 6 233378 0% 3 33019 0% /tmp > > /dev/ad0s1f 673024 332902 286282 54% 87038 0 100% /usr > > You have two options, both of which involve a reinstallation: > > a) Resplit the disk giving more space to /usr. > b) Use a single, big root partition. If he should not have the possibility to just wipe the entire disk to reinstall it (eg. this is his only disk and it is full of valuable data), he might be able to boot into single user, mount /usr and /tmp, and cram the entire contents of /usr into /tmp (using some sort of compression, e.g gzip) and then newfs /usr with more sensible values before restoring the contents from /tmp.