|
@@ -1108,6 +1108,8 @@ end;
|
|
Result := dtHardDisk
|
|
Result := dtHardDisk
|
|
else if FSType = 'exfat' then
|
|
else if FSType = 'exfat' then
|
|
Result := dtHardDisk
|
|
Result := dtHardDisk
|
|
|
|
+ else if FSType = 'lifs' then
|
|
|
|
+ Result := dtHardDisk
|
|
else if FSType = 'ufsd_NTFS' then
|
|
else if FSType = 'ufsd_NTFS' then
|
|
Result := dtHardDisk
|
|
Result := dtHardDisk
|
|
else if FSType = 'tuxera_ntfs' then
|
|
else if FSType = 'tuxera_ntfs' then
|