mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Use OEM name from BPB as XML system identifier.
This commit is contained in:
@@ -305,6 +305,7 @@ namespace DiscImageChef.Filesystems
|
|||||||
}
|
}
|
||||||
|
|
||||||
sb.AppendFormat("OEM Name: {0}", BPB.OEMName).AppendLine();
|
sb.AppendFormat("OEM Name: {0}", BPB.OEMName).AppendLine();
|
||||||
|
xmlFSType.SystemIdentifier = BPB.OEMName;
|
||||||
sb.AppendFormat("{0} bytes per sector.", BPB.bps).AppendLine();
|
sb.AppendFormat("{0} bytes per sector.", BPB.bps).AppendLine();
|
||||||
sb.AppendFormat("{0} sectors per cluster.", BPB.spc).AppendLine();
|
sb.AppendFormat("{0} sectors per cluster.", BPB.spc).AppendLine();
|
||||||
xmlFSType.ClusterSize = BPB.bps * BPB.spc;
|
xmlFSType.ClusterSize = BPB.bps * BPB.spc;
|
||||||
|
|||||||
Reference in New Issue
Block a user