mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Added NeXT disklabels and unidentify MBR with 0 entries
git-svn-id: svn://claunia.com/FileSystemIDandChk@5 17725271-3d32-4980-a8cb-9ff532f270ba
This commit is contained in:
@@ -540,7 +540,11 @@ namespace FileSystemIDandChk.PartPlugins
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
// An empty MBR may exist, NeXT creates one and then hardcodes its disklabel
|
||||
if(partitions.Count==0)
|
||||
return false;
|
||||
else
|
||||
return true;
|
||||
}
|
||||
|
||||
private string decodeBSDType(byte type)
|
||||
|
||||
Reference in New Issue
Block a user