mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
When dumping an SD/MMC card try to detect if OS buffered reads are failing, and max readable blocks using sequential commands, and downgrade accordingly.
Now also detects cards that are totally unreadable.
This commit is contained in:
@@ -93,7 +93,7 @@ namespace Aaru.Core.Devices.Dumping
|
||||
readonly DumpSubchannel _subchannel;
|
||||
readonly bool _titleKeys;
|
||||
readonly bool _trim;
|
||||
readonly bool _useBufferedReads;
|
||||
bool _useBufferedReads;
|
||||
bool _aborted;
|
||||
AaruContext _ctx; // Main database context
|
||||
Database.Models.Device _dbDev; // Device database entry
|
||||
|
||||
Reference in New Issue
Block a user