Searched refs:FAT32 (Results 1 – 18 of 18) sorted by relevance
/reactos/boot/freeldr/bootsect/ |
H A D | faty.S | 45 #ifndef FAT32 101 #ifdef FAT32 237 #ifdef FAT32 273 #ifndef FAT32 306 #ifdef FAT32 354 #ifdef FAT32 371 #ifdef FAT32 388 #if defined(FAT32) 457 #if defined(FAT32) 458 #error FAT32 not implemented
|
/reactos/modules/rosapps/applications/sysutils/mkdosfs/ |
H A D | README | 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
|
/reactos/base/system/format/lang/ |
H A D | el-GR.rc | 14 -FS:σύστημα-αρχείων Καθορίζει τον τύπο του συστήματος αρχείων FAT, FAT32 ή NTFS (%s).\n\ 22 > 512 byte). Το FAT32 υποστηρίζει 512, 1024, 2048,\n\
|
/reactos/sdk/tools/fatten/fatfs/ |
H A D | 00history.txt | 41 Fixed f_mkdir() creates incorrect directory on FAT32. 75 Fixed f_mkfs() on FAT32 creates incorrect FSINFO. 76 Fixed f_mkdir() on FAT32 creates incorrect directory. 152 Fixed f_mkfs() creates wrong FAT32 volume.
|
/reactos/ |
H A D | INSTALL | 40 By default, ReactOS can only be installed on a machine that has a FAT16 or FAT32 43 formatted as FAT16 or FAT32. ReactOS Setup can format the partitions if
|
H A D | README.md | 69 By default, ReactOS currently can only be installed on a machine that has a FAT16 or FAT32 partitio… 70 …nstalled (which may or may not be the bootable partition) must also be formatted as FAT16 or FAT32.
|
/reactos/drivers/filesystems/vfatfs/ |
H A D | dirwr.c | 340 if (vfatFCBIsRoot(pDirFcb) && DeviceExt->FatInfo.FatType != FAT32) in vfatFindDirSpace() 672 if (DeviceExt->FatInfo.FatType == FAT32) in FATAddEntry() 682 if (DeviceExt->FatInfo.FatType == FAT32) in FATAddEntry() 692 if (DeviceExt->FatInfo.FatType == FAT32) in FATAddEntry() 1035 if (DeviceExt->FatInfo.FatType == FAT32) in FATDelEntry()
|
H A D | fsctl.c | 214 FatInfo.FatType = FAT32; in VfatHasFileSystem() 603 if (DeviceExt->FatInfo.FatType == FAT32) in VfatMount() 628 case FAT32: in VfatMount()
|
H A D | finfo.c | 1287 if (DeviceExt->FatInfo.FatType == FAT32) in VfatSetAllocationSizeInformation() 1387 if (DeviceExt->FatInfo.FatType == FAT32) in VfatSetAllocationSizeInformation() 1409 if (DeviceExt->FatInfo.FatType == FAT32) in VfatSetAllocationSizeInformation()
|
H A D | volume.c | 106 case FAT32: pName = L"FAT32"; break; in FsdGetFsAttributeInformation()
|
H A D | direntry.c | 24 if (pDeviceExt->FatInfo.FatType == FAT32) in vfatDirEntryGetFirstCluster()
|
H A D | vfat.h | 236 #define FAT32 (3) macro
|
H A D | fcb.c | 672 if (pVCB->FatInfo.FatType == FAT32) in vfatMakeRootFCB()
|
/reactos/boot/freeldr/freeldr/lib/fs/ |
H A D | fat.c | 29 ((Volume->FatType == FAT32 || Volume->FatType == FATX32) && (clnumber >= 0x0ffffff8))) 174 else if (Volume->FatType == FAT32) in FatOpenVolume() 279 else if (Volume->FatType != FAT32) in FatOpenVolume() 403 return FAT32; in FatDetermineFatType() 430 if (RootDirectory && Volume->FatType == FAT32) in FatBufferDirectory() 1012 case FAT32: in FatGetFatEntry()
|
/reactos/boot/freeldr/freeldr/include/fs/ |
H A D | fat.h | 169 #define FAT32 3 macro
|
/reactos/boot/freeldr/ |
H A D | notes.txt | 29 The FAT32 boot sector loads its extra sector at 0000:7E00 and looks for
|
/reactos/sdk/lib/fslib/vfatlib/check/ |
H A D | ChangeLog | 82 Fix FAT32 FSInfo signature checking 558 Reinstate alignment of FAT32 structures to cluster size 1138 mkfs: Small changes to FAT32 cluster size selection 1633 Fixing "Fixing default sectors per cluster for FAT32" for UEFI. 1635 FAT32 "EFI System Partition" is basically required for UEFI boot; 1640 small sizes by restoring 512b cluster size for <= 260Mb FAT32. 1794 mkdosfs generated FAT32 file systems work well in my extremely 1804 Don't align FAT32 reserved sectors to cluster size. 1811 By comparing the properties of generated FAT32 FS with results 1823 Fixing default sectors per cluster for FAT32 (Closes: #690062). [all …]
|
/reactos/boot/bootdata/ |
H A D | hivesft.inf | 1607 HKLM,"SOFTWARE\ReactOS\ReactOS\CurrentVersion\IFS","FAT32",0x00000000,"ufat.dll"
|