Subject: sparc sources!!! (Re: Source distribution size (decompressed))
To: None <netbsd-users@netbsd.org>
From: Steven Farmer <steve@megahack.com>
List: netbsd-users
Date: 02/23/2001 08:20:28
>>>>> "Chris" == Chris Smith <Chris.Smith@raytheon.co.uk> writes:
...
Chris> I'm hoping :) I was hoping to get this all on a 1Gig disk
Chris> as thats all ive got spare.
Chris> Can someone with sparc architecture do a `du' in their
Chris> /usr/src and /usr/obj dirs please!
The src+obj dirs just _barely_ fit on my 1 gig SPARCclassic drive with
the partitioning scheme shown below. The du isn't quite what you're
looking for since a "make clean" was done after the last build, but as
it takes nearly two days to do a full build, someone else will have to
provide that number ;-)
dogbert: {12} uname -srp
NetBSD 1.5.1_ALPHA sparc
dogbert: {13} du -ks /usr/src /usr/obj
318484 /usr/src
1269 /usr/obj
dogbert: {14} df -kl
Filesystem 1K-blocks Used Avail Capacity Mounted on
/dev/sd0a 63343 21044 39131 34% /
/dev/sd0e 31663 2133 27946 7% /var
/dev/sd0g 834078 519236 273138 65% /usr
mfs:94 31671 1 30086 0% /tmp
My partitioning scheme certainly isn't ideal and a smaller root and
var would allow more space for usr. Very few packages are installed,
and there's no room for pkgsrc. As I remember, at the end of a full
build, /usr is 99% full. It's tight!
Good luck,
Steve