Re: The pendrives cannot be formatted with fat32, why?



Given that we're talking specifically about FAT, the destinction is
pretty artificial. All FAT formatted volumes have clusters, and the
layout of the FAT itself is determined strictly by the resulting number
of clusters (and with only an indirect relationship to the number and
size of the sectors). If you've laid out your device such that it has
fewer than 65525 clusters, you must use FAT16 (ignoring FAT12, for the
moment), if there are more clusters, you must use FAT32.

.



Relevant Pages

  • Re: Resizing FAT partitions
    ... each type of FAT with a fixed table used for floppies. ... You get the total sectors by ... the number of clusters specified. ... examine the MBR/partition tables and the FAT partition of a drive I ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Resizing FAT partitions
    ... examine the MBR/partition tables and the FAT partition of a drive I already ... of sectors per clusters, I will get a whole number, since my understanding is ... that the partition is aligned to end at the end of a cluster. ... not be able to copy to such small drives. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Resizing FAT partitions
    ... It will work for FAT until you ... size of the sectors, so there could be sectors left over that don't form a ... determining the max amount of space to partition on a given drive. ... the number of clusters specified. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Resizing FAT partitions
    ... Remember that whether fragmented or not, there may be relocation required that will result in some non-trivial changes to the FAT. ... "David K." ... understanding is that I can look through the FAT table that maps the clusters ... on the partition, and find the last cluster that is mapped. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Resizing FAT partitions
    ... renumbering all the cluster references in the FAT or otherwise having to ... rearrange the data on the drive by reallocating clusters is not something ... on the partition, and find the last cluster that is mapped. ... not be able to copy to such small drives. ...
    (microsoft.public.win32.programmer.kernel)