Compressing unix disks

Brandon Allbery allbery at ncoast.UUCP
Mon Apr 4 04:13:51 AEST 1988


As quoted from <5949 at cit-vax.Caltech.Edu> by mangler at cit-vax.Caltech.Edu (Don Speck):
+---------------
> (long discussion of BSD filesystems deleted)
| (I wonder how a free space reserve affects SysV, Counterpoint & Masscomp
| filesystems)?
+---------------

It doesn't affect System V very much at all:  the "old-style" filesystem
doesn't have to keep track of fragments and the free list is kept in such a
way that either the first block in the free list is available or the file
system is full.  No degradation on full filesystems at the price of being
slightly slower overall -- much *faster* on the systems I use, but then you
seem to need CPU to use the Berkeley FFS, and System V is popular on the
little *nix boxes.

A free space reserve *is* a good idea on the pipedev, though:  at least under
System III, the system just about stops dead when it can't allocate a block
for a pipe.  (Even though one would think that pipe blocks would remain in
the cache insteda of on disk -- is this a System III bug?)
-- 
	      Brandon S. Allbery, moderator of comp.sources.misc
       {well!hoptoad,uunet!hnsurg3,cbosgd,sun!mandrill}!ncoast!allbery



More information about the Comp.unix.wizards mailing list