Windows Driver: Correctly detect FAT volumes created on Linux in TC_IOCTL_OPEN_TEST FileSystem detection

This commit is contained in:
Mounir IDRASSI 2017-05-26 00:23:55 +02:00
parent 8edd1560e5
commit 5046edb012
No known key found for this signature in database
GPG Key ID: DD0C382D5FCFB8FC

View File

@ -1357,6 +1357,8 @@ NTSTATUS ProcessMainDeviceControlIrp (PDEVICE_OBJECT DeviceObject, PEXTENSION Ex
case 0xEB58904D53444F53: // FAT32
case 0xEB76904558464154: // exFAT
case 0x0000005265465300: // ReFS
case 0xEB58906D6B66732E: // FAT by mkfs.fat
case 0xEB58906D6B646F73: // FAT by mkfs.vfat/mkdosfs
opentest->FilesystemDetected = TRUE;
break;
}