mirror of
https://github.com/veracrypt/VeraCrypt
synced 2024-11-10 21:23:40 +01:00
Windows Driver: Correctly detect FAT volumes created on Linux in TC_IOCTL_OPEN_TEST FileSystem detection
This commit is contained in:
parent
8edd1560e5
commit
5046edb012
@ -1357,6 +1357,8 @@ NTSTATUS ProcessMainDeviceControlIrp (PDEVICE_OBJECT DeviceObject, PEXTENSION Ex
|
|||||||
case 0xEB58904D53444F53: // FAT32
|
case 0xEB58904D53444F53: // FAT32
|
||||||
case 0xEB76904558464154: // exFAT
|
case 0xEB76904558464154: // exFAT
|
||||||
case 0x0000005265465300: // ReFS
|
case 0x0000005265465300: // ReFS
|
||||||
|
case 0xEB58906D6B66732E: // FAT by mkfs.fat
|
||||||
|
case 0xEB58906D6B646F73: // FAT by mkfs.vfat/mkdosfs
|
||||||
opentest->FilesystemDetected = TRUE;
|
opentest->FilesystemDetected = TRUE;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user