mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Refactor, pass whole partition structure to filesystems.
This commit is contained in:
@@ -53,6 +53,8 @@ namespace DiscImageChef.CommonTypes
|
||||
public ulong PartitionSectors;
|
||||
/// <summary>Information that does not find space in this struct</summary>
|
||||
public string PartitionDescription;
|
||||
/// <summary>LBA of last partition sector</summary>
|
||||
public ulong PartitionEndSector { get { return PartitionStartSector + PartitionSectors - 1; }}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user