On Tue, Aug 03, 1999 at 01:35:54PM +0930, Greg Lehey wrote:
> On Tuesday,  3 August 1999 at 11:11:39 +0800, Stephen Hocking-Senior 
> Programmer PGS Tensor Perth wrote:
> 
> No, it would cause a higher I/O load.  Vinum doesn't transfer entire
> stripes, it transfers what you ask for.  With a large stripe size, the
> chances are higher that you can perform the transfer with only a
> single I/O.
> 
If you use n*64K stripes a UFS/FFS should never access 2 disks at once.

> > Looking at the systat display, the 8k fs blocks do seem to be
> > clustered into larger requests, so I'm not too worried about the FS
> > block size. What have people observed with trying larger FS block
> > sizes?
> 
> I don't know if anybody has tried larger FS blocks than 8 kB.  I once
> created a file system with 256 kB blocks (just to see if it could be
> done).  I also tried 512 kB blocks, but newfs died of an overflow.
> I'd expect that you would see a marked drop in performance, assuming
> that it would work at all.

AFAIK the limit is 64k because clustering is limitited to 64k and the fs
don't seem to handle it well.
I'm using 64k very often, because my growfs tool is already able with
this blocksize to grow a ffs over 1Tb.

-- 
B.Walter                  COSMO-Project              http://www.cosmo-project.de
ti...@cicely.de             Usergroup                i...@cosmo-project.de



To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to