mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-07-08 17:56:18 +00:00
Converting aaruf to aaruf results in a +1 shift in LBA #440
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 converting from
aaruftoaaruf, the converted dump has its pregap, start and end positions of sectors shifted by +1.E.g.
Initial dump
Converted
Exact command line used:
sudo ./aaru m dump --first-pregap --persistent /dev/sr0 ComeAlong.aarufthen
sudo ./aaru i convert ComeAlong.aaruf ComeAlong_.aarufExpected behavior:
The images to be the same.
Actual behavior:
They differ in index structure.