ralphje / imagemounter

Command line utility and Python package to ease the (un)mounting of forensic disk images
MIT License
118 stars 36 forks source link

Add APFS support #30

Open flamableconcrete opened 6 years ago

flamableconcrete commented 6 years ago

Apple File System (APFS) is the new file system used by Apple as a replacement for HFS+. The sgan81/apfs-fuse driver on GitHub looks like the best attempt at an open source solution to be able to mount this proprietary file system. Do you know of any other APFS drivers that might be better, or easier to integrate with imagemounter? Would it be worth going down the path to add beta support using this driver?

ralphje commented 6 years ago

I:m not aware of any other APFS supporting drivers, so this one is probably fine. Adding support would be great. If you could write a pr I'd be happy to merge it :)

flamableconcrete commented 6 years ago

I'd be willing to, but I'm not really prioritizing it either. I mostly wanted to have an issue to track the status and see if it made sense to you. Who knows - maybe it will be super important for me to have this sometime soon and then I will indeed send a PR!

mateoradman commented 3 years ago

Hey guys, any updated ideas on on how to do this? I would be willing to contribute if necessary

flamableconcrete commented 3 years ago

Sorry, I never looked into it as I've not needed it. Also, I'm just a bystander here on this repo :)

ralphje commented 2 years ago

Hey guys, any updated ideas on on how to do this? I would be willing to contribute if necessary

I'd be happy to accept a PR on this issue.