Searched refs:FAT12 (Results 1 – 9 of 9) sorted by relevance
/external/mtools/ |
D | mformat.c | 173 if(tot_sectors > MAX_DISK_SIZE(12, FAT12-1)) in comp_fat_bits() 197 min_fat16_size = DISK_SIZE(16, Fs->sector_size, FAT12, in comp_fat_bits() 248 if(rem_sect >= MY_DISK_SIZE(16, FAT12+2)) in calc_fat_bits2() 256 else if(rem_sect <= MY_DISK_SIZE(12, FAT12-1)) in calc_fat_bits2() 269 rem_sect - MY_DISK_SIZE(12, FAT12-1); in calc_fat_bits2() 349 if(abs(fat_bits) == 16 || Fs->num_clus >= FAT12) in xdf_calc_fat_size() 426 if(Fs->fat_bits == 12 && Fs->num_clus >= FAT12) in calc_fat_size() 427 Fs->num_clus = FAT12-1; in calc_fat_size() 537 max_clusters = FAT12-1; in calc_cluster_size()
|
D | msdos.h | 214 #define FAT12 0x0ff5 /* max. number + 1 of clusters described by a 12 bit FAT */ macro
|
D | fat_size_calculation.tex | 41 Number of nubbles (4 bit unit per FAT). This is 3 for FAT12, 4 for 172 number of clusters allowable for FAT12 or FAT16), we need to shrink
|
D | mtools.spec | 193 - Fix mformating of FAT12 filesystems with huge cluster sizes
|
D | fat.c | 721 if(This->num_clus >= FAT12) { in old_fat_read()
|
D | mtools.info | 1738 For FAT12 and FAT16, mformat uses an iterative approach, where it 2011 65536 sectors of the disk, assign 0x01 ("'DOS FAT12, CHS'") for 2012 FAT12 partition and 0x04 ("'DOS FAT16, CHS'") for FAT16 partitions 2020 definition), then FAT12 is assumed for all drives with less than 4096 2029 with less than 32680 sectors to be FAT12. Mtools uses 4096 sectors 2030 as the cutoff point, as older versions of DOS only support FAT12 on 2032 ones which would be most likely to use FAT12 in the first place).
|
D | mtools.texi | 1949 For FAT12 and FAT16, mformat uses an iterative approach, where it 2266 sectors of the disk, assign 0x01 (``@code{DOS FAT12, CHS}'') for FAT12 2278 definition), then FAT12 is assumed for all drives with less than 4096 2289 less than 32680 sectors to be FAT12. Mtools uses 4096 sectors as the 2290 cutoff point, as older versions of DOS only support FAT12 on disks 2292 which would be most likely to use FAT12 in the first place).
|
D | NEWS | 68 Fix mformat'ing of FAT12 filesystems with huge cluster sizes 252 Fixed max numbers of sectors for FAT12 and FAT16 (was off by one...)
|
/external/mtools/debian/ |
D | changelog | 71 * Fix mformat'ing of FAT12 filesystems with huge cluster sizes
|