1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 02:58:02 -06:00

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

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;
}