Path: utzoo!utgpu!watserv1!watmath!att!rutgers!usc!zaphod.mps.ohio-state.edu!uwm.edu!lll-winken!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.wizards Subject: Re: what are st_blksize and st_blocks exactly? Message-ID: <3671@auspex.auspex.com> Date: 16 Jul 90 17:50:52 GMT References: <138932@sun.Eng.Sun.COM> <38770@sequent.UUCP> Distribution: na Organization: Auspex Systems, Santa Clara Lines: 9 >>st_blksize is the file system block size, usually 8K on BSD derived systems. > >Watch out for this "usually 8K" assumption; it has caused no end of grief. >I worked on a file system recently which was based on variable length >extents; Yes, and I think Pyramid may support a 16K block size; this causes programs such as one version of "ex", which assumed you'll *never* have a block size bigger than 8K, no end of grief.