Home
last modified time | relevance | path

Searched refs:FAT16 (Results 1 – 7 of 7) sorted by relevance

/external/mtools/
Dfat_size_calculation.tex42 FAT16, and 8 for FAT16\\
172 number of clusters allowable for FAT12 or FAT16), we need to shrink
187 The formula is the following (for FAT16):
Dmsdos.h215 #define FAT16 0xfff5 /* max number + 1 of clusters for a 16 bit FAT */ macro
Dfat.c608 else if(This->num_clus < FAT16) in set_fat()
770 if(This->num_clus < FAT16) in fat_read()
Dmformat.c432 maxClus = FAT16; in try_cluster_size()
435 minClus = FAT16; in try_cluster_size()
Dmtools.info1745 For FAT12 and FAT16, mformat uses an iterative approach, where it
2019 FAT12 partition and 0x04 ("'DOS FAT16, CHS'") for FAT16 partitions
2021 - If not covered by the above, assign 0x06 ("'DOS BIG FAT16 CHS'") if
2024 - All remaining cases get 0x0E ("'Win95 BIG FAT16, LBA'")
2028 sectors, and FAT16 for those with more than 4096 sectors.
2042 cutoff between 0x06 ('DOS BIG FAT16 CHS') and 0x0E. Mtools uses
Dmtools.texi1949 For FAT12 and FAT16, mformat uses an iterative approach, where it
2267 partition and 0x04 (``@code{DOS FAT16, CHS}'') for FAT16 partitions
2270 If not covered by the above, assign 0x06 (``@code{DOS BIG FAT16 CHS}'') if partition fits entirely …
2273 All remaining cases get 0x0E (``@code{Win95 BIG FAT16, LBA}'')
2279 sectors, and FAT16 for those with more than 4096 sectors.
2296 cutoff between 0x06 (@code{DOS BIG FAT16 CHS}) and 0x0E. Mtools uses
DNEWS356 Fixed max numbers of sectors for FAT12 and FAT16 (was off by one...)