On Mar 11, 4:55*pm, leibnizster <leibnizs...@gmail.com> wrote:
> How much real disk space do files and folders take on a hard drives
> using FAT (32 but please explain the differences if any)?
>
> Of course files occupy an integer number of cluster sizes (512B, 4KB
> or whatever the drive is formatted as). Besides these are there other
> structures used that take additional space (dynamically created)? *And
> how much space does a directory take? Does it depend on the number of
> files it has underneath? Does it have data outside the FAT? I read
> some FAT specs but did not quite get this issues. Thank you.
All files are directories are part of the FAT system. The only area
outside of the FAT is the FAT itself, plus a few boot and BIOS sectors
A typical cluster size on FAT disks is 16K. This means that any file
between 1 byte and 16K will occupy 16K of the disk.
A directory entry is always at least 32 bytes, and for long file names
this will increase by increments of 32 bytes. Again the minimum size
of a directory cluster will be typically 16K.
For a disk with many small fies, the use of the disk is very poor.
For a disk with a few large files, the useage is much better, though
there is a 4GB limit on the maximum size of a FAT32 file
Michael
www.cnwrecovery.com