Home
last modified time | relevance | path

Searched refs:FAT32 (Results 1 – 18 of 18) sorted by relevance

/reactos/boot/freeldr/bootsect/
H A Dfaty.S45 #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 DREADME30 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 Del-GR.rc14 -FS:σύστημα-αρχείων Καθορίζει τον τύπο του συστήματος αρχείων FAT, FAT32 ή NTFS (%s).\n\
22 > 512 byte). Το FAT32 υποστηρίζει 512, 1024, 2048,\n\
/reactos/sdk/tools/fatten/fatfs/
H A D00history.txt41 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 DINSTALL40 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 DREADME.md69 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 Ddirwr.c340 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 Dfsctl.c214 FatInfo.FatType = FAT32; in VfatHasFileSystem()
603 if (DeviceExt->FatInfo.FatType == FAT32) in VfatMount()
628 case FAT32: in VfatMount()
H A Dfinfo.c1287 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 Dvolume.c106 case FAT32: pName = L"FAT32"; break; in FsdGetFsAttributeInformation()
H A Ddirentry.c24 if (pDeviceExt->FatInfo.FatType == FAT32) in vfatDirEntryGetFirstCluster()
H A Dvfat.h236 #define FAT32 (3) macro
H A Dfcb.c672 if (pVCB->FatInfo.FatType == FAT32) in vfatMakeRootFCB()
/reactos/boot/freeldr/freeldr/lib/fs/
H A Dfat.c29 ((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 Dfat.h169 #define FAT32 3 macro
/reactos/boot/freeldr/
H A Dnotes.txt29 The FAT32 boot sector loads its extra sector at 0000:7E00 and looks for
/reactos/sdk/lib/fslib/vfatlib/check/
H A DChangeLog82 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 Dhivesft.inf1607 HKLM,"SOFTWARE\ReactOS\ReactOS\CurrentVersion\IFS","FAT32",0x00000000,"ufat.dll"