Is there any specific reason for this?
Also Is there link to get specification or samples to work on FAT16?
Thanks in advance.

Regards,
Aditya.
virtually every floppy disk i've seen was using a FAT12 ...surya4friends wrote:
AS per my knowlege FAT 16 in current time, at least for floppies, is used more!
So to use FAT16 on a floppy (2880 sectors) under windows you would have to write a bad value of number of sectors into the BPB. This has corollary effects like screwing up the calculation of FAT size, root directory position, first data sector position etc. In short it is a bad idea to do it.This is the one and only way that FAT type is determined. There is no such thing as a FAT12 volume
that has more than 4084 clusters. There is no such thing as a FAT16 volume that has less than 4085
clusters or more than 65,524 clusters. There is no such thing as a FAT32 volume that has less than
65,525 clusters. If you try to make a FAT volume that violates this rule, Microsoft operating systems
will not handle them correctly because they will think the volume has a different type of FAT than
what you think it does.
Not necessarily. Windows is hard-coded to stop you using NTFS on a floppy disk (IIRC you can't format an NTFS floppy, and you can't use an NTFS floppy), but www.sysinternals.com will tell you how to do it.Berserk wrote:NTFS, this is out of the question for floppys.