mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Allow to retry bad subchannel sectors.
This commit is contained in:
@@ -56,6 +56,8 @@ namespace Aaru.CommonTypes.Metadata
|
||||
public ulong NextBlock;
|
||||
public bool Removable;
|
||||
public bool Tape;
|
||||
[XmlArrayItem("Block")]
|
||||
public List<int> BadSubchannels;
|
||||
|
||||
[XmlArrayItem("DumpTry")]
|
||||
public List<DumpHardwareType> Tries;
|
||||
|
||||
Reference in New Issue
Block a user