System V file systems

Malaclypse the Elder dwc at homxc.UUCP
Sat Nov 5 05:50:00 AEST 1988


In article <917 at vsi.COM>, friedl at vsi.COM (Stephen J. Friedl) writes:
> 
> How hard is it for an instantiation of UNIX to support multiple
> kinds of blocksizes?  I would think that keeping the blocksize in
> the superblock would make it pretty easy, so I could use 1k blocks
> for root, and (say) 8k for the /database partition with a dozen
> files all > 1MB.  Currently it seems like a big deal for them
> to come out with a new supported blocksize.
> 
the difficulty that i see is in the maintenance of the
buffer cache.  do you have separate buffer caches for
each size or somehow share them.  then there is the modification
of file system maintenance programs (have you looked at fsck
source lately).  not such a big deal but a consideration.

danny chen
att!homxc!dwc



More information about the Comp.unix.wizards mailing list