This commit is contained in:
Olivia Brooks
2026-01-21 13:03:07 -05:00
parent 5ea9e2afd3
commit 1da28b7c48
2 changed files with 2 additions and 21 deletions

View File

@@ -16,10 +16,9 @@ This is still in very early development, so expect old maps to no longer work.
- [x] Recover from saved map.
- [x] Backup old map before truncating for new.
- [ ] Recovery
- [x] Initial
- [x] Initial / Patchworking
Technically there is an outstanding issue with sleepy firmware here,
but beside that this technically works.
- [ ] Patchworking
- [ ] Isolate
- [ ] Scraping
- [ ] CLI
@@ -65,7 +64,7 @@ patchworking pass, this sector-at-a-time reading can be minimized, hopefully
reducing wear and overall recovery time on drives with a very short spin-down
delay.
### Scraping
### Scraping (Stage::BruteForceAndDesperation)
This is the pure brute force, sector-at-a-time read. This has identical
behaviour to `ddrescue`'s scraping phase.