On Tue, Jul 26, 2011 at 5:59 AM, Edward Ned Harvey < opensolarisisdeadlongliveopensola...@nedharvey.com> wrote:
> like 4%, and for some reason (I don't know why) there's a benefit to > optimizing on 8k pages. Which means no. If you overwrite a sector of a > >From what I've heard it's due in large part to the FAT file system, since its used in a lot of embedded systems as well as on flash cards. The FAT cluster size is 32k, so any flash block that's a factor of 32k works well. Page sizes are usually 2k with a 128k erase block, 4k with a 256k erase block, or 4k with a 512k erase block. It's also due to ECC reasons, since a larger block size allows more efficient ECC over a larger block of data. This is similar to move to 4k sectors in magnetic drives. -B -- Brandon High : bh...@freaks.com
_______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss