FAT32:
Maximum cluster size for FAT32 is 256K.
Windows:
Microsoft documentation and related blogs are all over the places. They generally state that max is 64K -- they rarely mentioned 256K.
I've read somewhere clusters larger than 64K in Windows may cause problem for calculating space (in some programs).
But you can have 256K cluster:
BSDs:
newfs_msdos(8) in all three BSDSs i.e. FreeBSD, OpenBSD and NetBSD has a limit of 32768 (32K) for
Question:
Why newfs_msdos(8) is limited to 32K maximum cluster size?
Footnote:
Of course we're talking about
Maximum cluster size for FAT32 is 256K.
Windows:
Microsoft documentation and related blogs are all over the places. They generally state that max is 64K -- they rarely mentioned 256K.
I've read somewhere clusters larger than 64K in Windows may cause problem for calculating space (in some programs).
But you can have 256K cluster:
FORMAT /A:256K
. That's OK.BSDs:
newfs_msdos(8) in all three BSDSs i.e. FreeBSD, OpenBSD and NetBSD has a limit of 32768 (32K) for
-S sector-size
option.Question:
Why newfs_msdos(8) is limited to 32K maximum cluster size?
Footnote:
Of course we're talking about
0x0C
FAT32/LBA (BIOS INT 13h extensions) aka FAT32L, not 0x0B