Skip to main content

Questions tagged [fat16]

The tag has no usage guidance.

30 votes
1 answer
7k views

Why is FAT32 limited to just under 2^28 clusters?

With FAT16 the maximum partition size is 2GB when your maximum cluster size is 32K. This is calculated by multiplying the number of addressable units by the cluster size. (216 Allocation units) * (...
QMord's user avatar
  • 686
27 votes
5 answers
232k views

How do I format my 8 GB USB drive to FAT/FAT16 in Windows 7?

I already tried FORMAT /FS:FAT, diskpart, Disk Management and HP USB Disk Storage Format Tool. Do I really need to buy a smaller capacity drive? Can't a formatting tool ignore the area beyond 2 ...
William C's user avatar
  • 271
18 votes
5 answers
50k views

Should I format USB sticks and SD cards to FAT, FAT32, exFAT or NTFS? (Windows files, live Linux distributions)

Does it depend on the media size which one to chose or on some other parameters? On Windows 7, FAT16 is the default. In pendrivelinux.com's Universal USB Installer, FAT32. Which one should I ...
superuser's user avatar
  • 534
4 votes
2 answers
8k views

Linux returns “No space left on device” while copying data to a non-full USB flash drive

I'm trying to copy a file to a USB flash drive. The drive does not have a write-protect switch. df gives the following: $ df -h . Filesystem Size Used Avail Use% Mounted on /dev/sde1 1....
Pierre's user avatar
  • 143
0 votes
2 answers
7k views

Formatting a USB to FAT16 on Moblin or Ubuntu NBR

Trying to format a USB to FAT16 on Moblin or Ubuntu NBR Why? FAT16 apparently needed while following this tutorial on creating a Parted Magic LiveUSB http://partedmagic.com/documentation/130-...
ina's user avatar
  • 527
10 votes
1 answer
683 views

Windows delays writing FAT table on small USB drive despite “Quick removal���

I am seeing delayed writes to the FAT on a small-capacity FAT(FAT12)-formatted USB flash drive even though the policy for the drive is set to "Quick Removal". (I believe this means the ...
Dan Halbert's user avatar
2 votes
1 answer
2k views

Why would some folders be copied with the wrong timestamp?

When copying folders from a FAT16-formatted microSD card onto an NTFS volume, why would some (but not all) of the folders have a modified timestamp of the current date/time on the destination? Some ...
End Antisemitic Hate's user avatar
1 vote
1 answer
2k views

renaming a fat16 volume

What's the easiest way to rename (change the volume label of) a fat16 volume (e.g. on a USB drive) from linux? It seems like mlabel from the mtools package is meant to do this, but the documentation ...
intuited's user avatar
  • 3,391