disc: skip MEDIUM ERROR sectors instead of bailing

0.13.28 - when drive returns MEDIUM ERROR (bad sector), skip the sector
and continue instead of retrying or bailing. Write zero-fill, mark as
Unreadable for pass 2+ recovery.

Closes: freemkv-private#20260427
This commit is contained in:
2026-04-27 20:44:59 -07:00
parent 4b353d674f
commit 3f95353cb8
2 changed files with 45 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "libfreemkv"
version = "0.13.27"
version = "0.13.28"
edition = "2024"
rust-version = "1.86"
license = "AGPL-3.0-only"