Skip to content
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

BCACHEFS Detection and Parsing #402

Open
pjrinaldi opened this issue Sep 28, 2021 · 0 comments
Open

BCACHEFS Detection and Parsing #402

pjrinaldi opened this issue Sep 28, 2021 · 0 comments
Assignees

Comments

@pjrinaldi
Copy link
Owner

Need to implement detection and parsing of bcachefs. It isn't a production ready file system, but it shows real promise and would be neat to parse it on the front end and possbily before other forensic tools.

#define BCACHE_MAGIC UUID_LE(0xf67385c6, 0x1a4e, 0xca45, 0x82, 0x65, 0xf5, 0x7f, 0x48, 0xba, 0x6d, 0x81)

#define BCACHEFS_STATFS_MAGIC 0xca451a4e

need to get a sample bcachefs raw image to analyze.

@pjrinaldi pjrinaldi added this to the FileSystems to Implement milestone Sep 28, 2021
@pjrinaldi pjrinaldi self-assigned this Sep 28, 2021
@pjrinaldi pjrinaldi changed the title BCACHEFS BCACHEFS Detection and Parsing Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant