-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libfsapfs_volume_superblock_read_data: invalid object type: 0x4000000d. #37
Comments
❯ diskutil apfs list |
0x4000000d appears to be used in a (logical) volume header of a snapshot. Snapshots are not yet supported |
This is a libfsapfs safe guard indicating the data it is reading is not a valid volume superblock
But it looks likes a file system root block instead (also see https://github.com/libyal/libfsapfs/blob/master/documentation/Apple%20File%20System%20(APFS).asciidoc#44-object-types)
Based on your description so far, is very likely or maybe the container is in a dirty state (which might not be handled properly yet). libfsapfs has a debug output build option which can generated tons of data format information. Also see: https://github.com/libyal/libfsapfs/wiki/Troubleshooting#verbose-and-debug-output
Could you provide me the debug output of:
Originally posted by @joachimmetz in #15 (comment)
The text was updated successfully, but these errors were encountered: