Searched refs:FAT32 (Results 1 – 15 of 15) sorted by relevance
/external/dosfstools/doc/ |
D | README.mkdosfs | 30 FAT32 support 33 mkdosfs now can also create filesystems in the new FAT32 format. To do 34 this, give mkdosfs a "-F 32" option. FAT32 isn't selected 36 FAT16. With FAT32 you have two additional options, -R to select the 39 created, as well as the new info sector. On FAT32, the root directory 43 One bigger bug fix besides FAT32 was to reject filesystems that need a 47 but interpreted as FAT32 by DOS. The fix is to reduce filesystem size
|
D | README.dosfsck | 39 FAT32 and LFN support 43 filesystems: FAT32 and long filenames. 45 FAT32 is automatically detected and of course the different FAT 48 the filesystem.) New checks for FAT32 are most notably on the backup 51 area) on FAT32 is handled.
|
D | ChangeLog.dosfstools-2.x | 126 - dosfsck: avoid deleting the whole FAT32 root dir if something is 140 wrong for non-FAT32 if first entry in root dir was a directory also.) 150 - FAT32 support in both mkdosfs and dosfsck
|
/external/dosfstools/debian/patches/ |
D | 14-bootcode.dpatch | 45 +Uses boot machine code from file "file". On any thing other than FAT32, 47 +FAT32, this writes the first 3 bytes, 420 bytes from offset 5Ah to both 51 +To make a FAT32 partition bootable, you will need at least the first 65 - FAT32 support 134 * dir area on FAT12/16, and the first cluster on FAT32. */
|
/external/fsck_msdos/ |
D | boot.c | 90 boot->flags |= FAT32; 91 if (boot->flags & FAT32) { 217 if (boot->flags&FAT32)
|
D | dosfs.h | 69 #define FAT32 1 /* this is a FAT32 file system */ macro
|
D | dir.c | 240 if (boot->flags & FAT32) { in resetDosDirSection() 458 if (!(boot->flags & FAT32) && !dir->parent) { in readDosDirSection()
|
/external/grub/ |
D | README | 8 MS-DOS FAT16 and FAT32, Minix fs, and VSTa fs filesystems, plus
|
D | NEWS | 290 * FAT32 support is added.
|
D | ChangeLog | 3907 added (FAT32 extension). Changed the boundary between FAT12 and 7645 If the current fs type is FAT32, then set FAT_SIZE to 8 and
|
/external/dosfstools/debian/doc/ |
D | HISTORY | 14 The FAT32, LFN, and Atari format additions are copyrighted by Roman Hodek
|
/external/dosfstools/debian/ |
D | changelog | 60 * Adding patch to not deny FAT32 auto-selection in mkdosfs manpage 258 * Both mkdosfs and dosfsck now support the FAT32 format. dosfsck 260 -F, but FAT32 format isn't selected automatically (yet). With FAT32, 280 * Extended README's for FAT32/LFN.
|
/external/dosfstools/ |
D | ChangeLog | 19 * For FAT32 filesystems with less than 65525 a warning message will be 266 * Don't claim that FAT32 is not choosed automatically (Closes:
|
/external/grub/docs/ |
D | grub.texi | 285 @dfn{BSD FFS}, @dfn{DOS FAT16 and FAT32}, @dfn{Minix fs}, @dfn{Linux
|
D | grub.info | 234 types are "BSD FFS", "DOS FAT16 and FAT32", "Minix fs", "Linux
|