After creating a 1GB partition and trying to format it as FAT32 using:-
I get:-
Anyone know how to get around this?
Inerestingly, if I create a FAT16 partition immediately before this FAT32 partition, I don't get this error.
Code:
gpart add -t fat32 -s 1g da0
newfs_msdos -F32 /dev/da0s2
I get:-
Code:
newfs_msdos: trim 8 sectors to adjust to a multiple of 63
newfs_msdos: 65502 clusters too few clusters for FAT32, need 65525
Anyone know how to get around this?
Inerestingly, if I create a FAT16 partition immediately before this FAT32 partition, I don't get this error.