mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 09:04:35 +00:00
Unpacking partclone image #295
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 @fiddyschmitt on GitHub (Dec 12, 2019).
Description
The following file is a partclone image (copied from a Clonezilla backup).
https://github.com/discimagechef/DiscImageChef/files/3955569/sda1.ntfs-ptcl-img.gz.aa.zip
(Apologies - I've had to zip it up)
DiscImageChef correctly identifies it as GZip, but when it tries to identify the file system it does not match against partclone.
Exact command line used:
Expected behavior:
The file system is identified as 'partclone'
Actual behavior:
The file system is not identified
Thank you,
Fidel
@claunia commented on GitHub (Mar 9, 2020):
The attached image correspond to a new format, v2:
https://github.com/Thomas-Tsai/partclone/blob/master/src/partclone.h#L145
This format is not yet supported.
@fiddyschmitt commented on GitHub (Mar 9, 2020):
Thanks claunia, much appreciated