Subject: Re: Allen Briggs, you were right
To: Larson, Timothy E. <Larson.Timothy1@mayo.edu>
From: Allen Briggs <briggs@wasabisystems.com>
List: port-mac68k
Date: 12/04/2002 14:33:51
On Wed, Dec 04, 2002 at 01:01:10PM -0600, Larson, Timothy E. wrote:
> Now, am I wasting disk space by having files in the /usr directory of
> the root partition?

Yes.

> If so, how do I remove them?

Boot single-user.
At the shell prompt, enter
	# mount -u /
	# mv /usr /usr.root
	# mkdir /usr
	# rm -rf /usr.root

The 'mount -u' updates root to be read/write.  The minor shuffle
here is to make sure you don't forget the 'mkdir /usr' step.  :-)
It also allows you to go ahead and mount /usr and/or boot multi-user
before removing /usr.root if you like.

-allen

-- 
 Allen Briggs                     briggs@wasabisystems.com
 http://www.wasabisystems.com/    Quality NetBSD CDs, Sales, Support, Service
NetBSD development for Alpha, ARM, M68K, MIPS, PowerPC, SuperH, XScale, etc...