mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-02-04 00:54:33 +00:00
Add detection of bootable UDF filesystems. #116
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 @claunia on GitHub (Dec 24, 2017).
Description
UDF filesystems can be bootable, this is not detected.
Exact command line used:
DiscImageChef analyze -i testimage.isoExpected behavior:
DiscImageChef detects the bootable status of the UDF filesystem and generates an SHA hash of the boot image.
Actual behavior:
DiscImageChef does not report if the filesystem is bootable or not.