Date: Fri, 6 Dec 2002 22:55:57 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Archie Cobbs <archie@dellroad.org>, freebsd-current@freebsd.org Subject: Re: backgroud fsck is still locking up system (fwd) Message-ID: <20021206205557.GA23985@gothmog.gr>
next in thread | raw e-mail | index | archive | help
On Fri, 6 Dec 2002, Archie Cobbs wrote: > David Rhodus wrote: > > > Softupdates is enabled on /usr and /var but not /. > > > > Why does softupdates not get enabled on / , by default on the install? > > I disabled softupdates on / back when having it enabled caused disk > full problems during 'make installworld,' and never re-enabled it. > > FYI at this point my 50MB / partition is woefully inadequate. I can't > even 'make install kernel' without first removing all existing modules, > and even so / ends up 106% full. Not very surprising. With just a couple of kernels around, my current usage on / is way over 50 MB. And I keep my /tmp files on an md(4) fs. gothmog# du -kx / | grep -v '/.*/' | grep '[0-9][0-9]\+' 2700 /stand 1628 /etc 6814 /bin 28004 /boot 2946 /root 21118 /sbin 63244 / The largest amount of space is under /boot where exactly 2 kernels are kept now (kernel and kernel.old, just in case an installkernel goes very wrong) but /sbin isn't very small either. Giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021206205557.GA23985>