|
@@ -941,6 +941,8 @@ end;
|
|
Result := dtHardDisk
|
|
Result := dtHardDisk
|
|
else if FSType = 'exfat' then
|
|
else if FSType = 'exfat' then
|
|
Result := dtHardDisk
|
|
Result := dtHardDisk
|
|
|
|
+ else if FSType = 'ufsd_NTFS' then
|
|
|
|
+ Result := dtHardDisk
|
|
else if FSType = 'udf' then
|
|
else if FSType = 'udf' then
|
|
Result := dtOptical
|
|
Result := dtOptical
|
|
else if FSType = 'cd9660' then
|
|
else if FSType = 'cd9660' then
|