From owner-freebsd-questions@FreeBSD.ORG Sat Aug 2 23:05:04 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A36D3C6E for ; Sat, 2 Aug 2014 23:05:04 +0000 (UTC) Received: from fly.hiwaay.net (fly.hiwaay.net [216.180.54.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 539EC28DB for ; Sat, 2 Aug 2014 23:05:03 +0000 (UTC) Received: from [192.168.0.4] (rbn1-216-180-19-118.adsl.hiwaay.net [216.180.19.118]) by fly.hiwaay.net (8.13.8/8.13.8/fly) with ESMTP id s72N533X016736 for ; Sat, 2 Aug 2014 18:05:03 -0500 Message-ID: <53DD7015.4000903@hiwaay.net> Date: Sat, 02 Aug 2014 18:11:17 -0500 From: "William A. Mahaffey III" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: "FreeBSD Questions !!!!" Subject: Re: FreeBSD 9.3 new install problems .... References: <53DAFCF2.2070909@hiwaay.net> <53DB9797.1010702@hiwaay.net> <20140801164335.GA16376@slackbox.erewhon.home> <53DBF71D.3080807@hiwaay.net> <20140801232843.GB17393@slackbox.erewhon.home> <53DCF32A.30700@hiwaay.net> <20140802185442.GA28910@slackbox.erewhon.home> <53DD533D.7090700@hiwaay.net> <20140802213002.GB77128@neutralgood.org> In-Reply-To: <20140802213002.GB77128@neutralgood.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Aug 2014 23:05:04 -0000 On 08/02/14 16:30, kpneal@pobox.com wrote: > On Sat, Aug 02, 2014 at 04:08:13PM -0500, William A. Mahaffey III wrote: >> root FS, I want every available byte available for duty. Is there any >> way to delete what's under /usr on the fly before the mount of the /usr >> stripe to recover that space back for the rest of the install ? I have >> only done the base install as of now, will be installing X, XFCE, LXDE, >> & who knows what else .... > In single-user mode: > mount -a > rm -rf /usr > mkdir /usr > > You can use df on "/" and "/usr/." to make sure you are deleting the > correct /usr tree. > > Alternate method with mounting only "/" as read-write: > mount -u -o rw / > rm -rf /usr > mkdir /usr > > Personally, I always run fsck on a filesystem before I mount it. Nowadays > you don't have to, but I still do it just to be extra safe. Thanks, that worked about 99% AOK, good enough for me .... -- William A. Mahaffey III ---------------------------------------------------------------------- "The M1 Garand is without doubt the finest implement of war ever devised by man." -- Gen. George S. Patton Jr.