Searched refs:FAT16 (Results 1 – 6 of 6) sorted by relevance
/external/mtools/ |
D | fat_size_calculation.tex | 42 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):
|
D | mformat.c | 175 if(fat32 || tot_sectors > MAX_DISK_SIZE(16, FAT16-1)) in comp_fat_bits() 424 if(Fs->fat_bits == 16 && Fs->num_clus >= FAT16) in calc_fat_size() 425 Fs->num_clus = FAT16-1; in calc_fat_size() 444 if ( Fs->num_clus < FAT16 && Fs->fat_bits > 16 ){ in calc_fat_size() 543 max_clusters = FAT16-1; in calc_cluster_size()
|
D | msdos.h | 215 #define FAT16 0xfff5 /* max number + 1 of clusters for a 16 bit FAT */ macro
|
D | mtools.info | 1738 For FAT12 and FAT16, mformat uses an iterative approach, where it 2012 FAT12 partition and 0x04 ("'DOS FAT16, CHS'") for FAT16 partitions 2014 - If not covered by the above, assign 0x06 ("'DOS BIG FAT16 CHS'") if 2017 - All remaining cases get 0x0E ("'Win95 BIG FAT16, LBA'") 2021 sectors, and FAT16 for those with more than 4096 sectors. 2035 cutoff between 0x06 ('DOS BIG FAT16 CHS') and 0x0E. Mtools uses
|
D | mtools.texi | 1949 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
|
D | NEWS | 252 Fixed max numbers of sectors for FAT12 and FAT16 (was off by one...)
|