Compressing unix disks

Dave Cornutt dkc at hotlr.ATT
Tue Mar 15 04:26:07 AEST 1988


You're right.  In average use, the threshold where the BSD FFS starts to
have trouble finding free blocks is at 90% of the TOTAL file space
available, NOT 90% of the 90%.  Incidentally, the reserve is there to
avoid performance problems that occur when the disk gets near full;
it wasn't really intended to be a "system manager reserve", in the
same sense that the last slot in the process table is.

Actually, on file systems consisting mostly of large files, I've been
able to push the reserve down as low as 3% without noticable performance
problems.  (You can adjust this using "tunefs".  Make sure the file
system is unmounted first.)  On something big like an Eagle, this could
mean an extra 30Mb to play with.
-- 
Dave Cornutt, AT&T Bell Labs (rm 4A406), Holmdel, NJ (Note new address!)
UUCP:{ihnp4,allegra,cbosgd}!hotly!dkc (path stolen from Shelley)
"The opinions expressed herein are not necessarily my employer's, not
necessarily mine, and probably not necessary"



More information about the Comp.unix.wizards mailing list