Subject: Restructuring filesystems
To: None <amiga@NetBSD.ORG>
From: Leslie Todd Masco <cactus@hks.net>
List: amiga
Date: 04/25/1995 15:44:53
If you've got enough diskspace (and it really doesn't take much), you can
get the benefits of re-creating your filesystem to take advantage of
the 0 vs. 4 ms latency by recreating each of your directories.

For example:

	cd /usr/local
	mkdir new
	mv X11R6 new
	cd new
	tar cf - X11R6 | ( cd .. ; tar xBpf - )
	rm -rf X11R6

For each of your directories.
--
Todd Masco     |  "Hokey religions and ancient weapons are no match for a 
cactus@hks.net |   fully charged blaster at your side, kid." 
     <a href="http://www.hks.net/~cactus/cactus.html">Cactus' Homepage</a>