mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-07-08 17:56:18 +00:00
Apple Macintosh Filesystem: Can't extract all files #1012
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 @smiRaphi on GitHub (Aug 9, 2025).
Originally assigned to: @claunia on GitHub.
Version
6.0.0-alpha6
Commit hash
89ae5e8Tested debug version?
Which operating systems have you used?
What is the architectural bit size you're using?
What processor are you using?
Image format
Bootable Mac HFS Volume/Disk image
Application that created the image
?
What were you doing when it failed?
Destination image format
No response
Filesystem
Apple Macintosh File System
Description
Only 4 files are being extracted/listed,
Desktop&Finderwith both 0 bytes in size andSCORES&Systemwhich are really small.Exact command line used
aaru filesystem list .\Frogger.dsk -dExpected behavior
The entire content being extracted/listed.
Actual behavior
Some files are missing.
Output of command execution with debug output enabled
Affected image
868.zip
@claunia commented on GitHub (Aug 11, 2025):
There are no more files on the disk.
Macintosh files are split in two parts the Data Fork and the Resource Fork.
Executables live in the Resource Fork and usually, like 99% of the time have a zero sized data fork. If you wish to extract the Resource Fork from Macintosh filesystems you need to use the
--xattrscommand line parameter.Files extract correctly with all their contents, the game resides, as expected, in the Resource Fork of the
Finderfile.