mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
Resuming a dump corrupts the pregap indexes #451
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FakeShemp on GitHub (Jul 23, 2020).
Prerequisites
Check and fill as appropriate:
Description
When resuming a dump, the indexes of that dump might get corrupted.
E.g.
Initial dump
Resumed
Exact command line used:
sudo ./aaru m dump --first-pregap --persistent /dev/sr0 ComeAlong.aarufthen
sudo ./aaru m dump --first-pregap --persistent /dev/sr0 ComeAlong.aarufExpected behavior:
The indexes to remain the same or be slightly updated if needed.
Actual behavior:
They are widely different and some indexes even disappear.