From 8edd1560e54f79c6ddf1625573a1a81fd1e1709d Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Thu, 25 May 2017 16:55:47 +0200 Subject: Windows Driver: Add support for ReFS in TC_IOCTL_OPEN_TEST FileSystem detection --- src/Driver/Ntdriver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Driver') diff --git a/src/Driver/Ntdriver.c b/src/Driver/Ntdriver.c index 0e09614e..236fb9ef 100644 --- a/src/Driver/Ntdriver.c +++ b/src/Driver/Ntdriver.c @@ -1356,7 +1356,7 @@ NTSTATUS ProcessMainDeviceControlIrp (PDEVICE_OBJECT DeviceObject, PEXTENSION Ex case 0xEB3C904D53444F53: // FAT16 case 0xEB58904D53444F53: // FAT32 case 0xEB76904558464154: // exFAT - + case 0x0000005265465300: // ReFS opentest->FilesystemDetected = TRUE; break; } -- cgit v1.2.3