Date: Sat, 02 Aug 2014 18:11:17 -0500 From: "William A. Mahaffey III" <wam@hiwaay.net> To: "FreeBSD Questions !!!!" <freebsd-questions@freebsd.org> Subject: Re: FreeBSD 9.3 new install problems .... Message-ID: <53DD7015.4000903@hiwaay.net> In-Reply-To: <20140802213002.GB77128@neutralgood.org> References: <53DAFCF2.2070909@hiwaay.net> <alpine.BSF.2.11.1407312131550.50731@wonkity.com> <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>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53DD7015.4000903>