I have managed to learn that the FAT16 file system that it initializes itself with when loading in ReactOS isn't working properly with it. It complains of the SysType being wrong. When I replaced fastfat.sys with the new version available in the fastfat_new source directory, it works properly. I would like it if someone could do one of the following:
Add a registry option for choosing whether to use a FAT12, FAT16 or FAT32 file system when loading.
Remove FAT12 and FAT16 file system support from it so that way it ends up using a FAT32 file system when loading.
Adding code to it for it to recognize that ReactOS is being used and use a FAT32 file system instead of a FAT16 file system.
Fix the Sector 0 that it writes to when making the disk (in other words, have it contain the info that Windows writes to it).
I have managed to learn that the FAT16 file system that it initializes itself with when loading in ReactOS isn't working properly with it. It complains of the SysType being wrong. When I replaced fastfat.sys with the new version available in the fastfat_new source directory, it works properly. I would like it if someone could do one of the following: