Do not change error recovery modes on OmniDrive units, as it doesn't affect the custom command.

This commit is contained in:
2026-07-08 12:27:01 +01:00
parent 2e1f450dc7
commit 36f8aa9220

View File

@@ -108,7 +108,7 @@ partial class Dump
byte[] md6;
byte[] md10;
if(_persistent)
if(_persistent && !_omnidrive)
{
Modes.ModePage_01_MMC pgMmc;
@@ -786,7 +786,7 @@ partial class Dump
*/
// Try to ignore read errors, on some drives this allows to recover partial even if damaged data
if(_persistent && sectorsNotEvenPartial.Count > 0)
if(_persistent && !_omnidrive && sectorsNotEvenPartial.Count > 0)
{
var pgMmc = new Modes.ModePage_01_MMC
{