cluster sizes for sectors > 512

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi all,

I'm looking for information about selecting a FAT type (FAT16, or FAT32) for
a media where the sector size is NOT 512. In this particular case, it is
2048.

The FAT type is dependent on the number of clusters.

I can get the total number of sectors and sector size, but I need the number
of clusters per sector to calculate to calculate the number of clusters, and
therefore which type of FAT to select.

The Microsoft White Paper for FAT32 has a nice fixed lookup table to
determine sectors per cluster based on the total number of sectors. However,
it plainly states that this is for 512 byte sectors only.

Can anyone point me to a good description of how to calculate this for 2K
sectors? Or if there is a table someone has put together?

TIA
.



Relevant Pages

  • Re: Removal of bad sectors marked by CHKDSK
    ... bad sectors on a drive with 10's or 100's of GIGAbytes equates to ZERO. ... > clusters. ... It used to be possible with fat32. ...
    (microsoft.public.windowsxp.general)
  • mkfs.msdos, FAT 32 and wrong disksize
    ... don't ask why but I have to prepare a disk with FAT32. ... Using 32 reserved sectors ... FAT12: too much clusters ... /dev/hdd1 has 255 heads and 63 sectors per track, ...
    (Debian-User)
  • Re: cluster sizes for sectors > 512
    ... > The FAT type is dependent on the number of clusters. ... FAT12/16 is really based on the volume size in sectors, but sorry, FAT16/32 ...
    (microsoft.public.development.device.drivers)
  • Re: cluster sizes for sectors > 512
    ... I'm looking for information about selecting a FAT type (FAT16, or FAT32) ... The FAT type is dependent on the number of clusters. ... I can get the total number of sectors and sector size, ...
    (microsoft.public.development.device.drivers)
  • cluster sizes for sectors > 512
    ... The FAT type is dependent on the number of clusters. ... I can get the total number of sectors and sector size, ... The Microsoft White Paper for FAT32 has a nice fixed lookup table to ...
    (microsoft.public.development.device.drivers)