On Wed, 2008-10-22 at 10:30 +0100, Darren J Moffat wrote: > I'm assuming this is local filesystem rather than ZFS backed NFS (which > is what I have).
Correct, on a laptop. > What has setting the 32KB recordsize done for the rest of your home > dir, or did you give the evolution directory its own dataset ? The latter, though it occurs to me that I could set the recordsize back up to 128K once the databases (one per mail account) are created -- the recordsize dataset property is read only at file create time when the file's recordsize is set. (Having a new interface to set the file's recordsize directly at create time would bypass this sort of gyration). (Apparently the sqlite file format uses 16-bit within-page offsets; 32kb is its current maximum page size and 64k may be as large as it can go without significant renovations..) - Bill - Bill _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss