mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Prevent misdetection of QNX4 filesystem.
This commit is contained in:
@@ -149,6 +149,9 @@ namespace DiscImageChef.Filesystems
|
||||
// NTFS
|
||||
if(oem_string == "NTFS " && bootable == 0xAA55 && fats_no == 0 && fat_sectors == 0)
|
||||
return false;
|
||||
// QNX4
|
||||
if(oem_string == "FQNX4FS ")
|
||||
return false;
|
||||
|
||||
// HPFS
|
||||
if(16 + partition.Start <= partition.End)
|
||||
|
||||
Reference in New Issue
Block a user