apfs-fuse icon indicating copy to clipboard operation
apfs-fuse copied to clipboard

FUSE driver for APFS (Apple File System)

Results 103 apfs-fuse issues
Sort by recently updated
recently updated
newest added

I am perhaps not providing enough mount-style options, but when I try ``` sudo apfs-fuse -d 255 /dev/sda2 /mnt/macdrive ``` I get back ``` Device /dev/sda2 opened. Size is 1500092153856...

To maintain consistency with the other targets, and to allow building on case-insenstive file systems (an unfortunate default under macOS), rename the `apfsutil` target to `apfs-util`

This builds on, and includes, https://github.com/sgan81/apfs-fuse/pull/134 to handle the migration of OSXFUSE to macFUSE, as it installs the headers and libraries in different locations. It also checks whether either of...

On my mac, with the lastest OSXFUSE version (3.11.2), the version of FUSE that is installed is actually 2.9.7: ``` $ pkg-config --modversion osxfuse 2.9.7 $ pkg-config --modversion fuse 2.9.7...

I've received a request to add this to [SIFT](https://github.com/sans-dfir/sift) but we require that tools be installed through some standard fashion. This could be a file download, deb install, etc .....

I seem to have gotten around it by simply removing "c++" from `gcc-c++`. Not sure why that's even there. `gcc` is the package name, and `g++` is the c++ compiler...

Thank you for your invaluable project! Looking at the source code I noticed a strange place. Was it really meant to do the same check multiple times? https://github.com/sgan81/apfs-fuse/blob/ee71aa5c87c0831c1ae17048951fe9cd7579c3db/ApfsLib/KeyMgmt.cpp#L783

Hi, I am mounting a case-insensitive APFS drive, but the OS still seems to handle it in a case-sensitive matter. For example, I can `ls /Applications` but not `ls /applications`....

Add FreeBSD support for APFS-fuse.

Thank you so much for this project! I truly appreciate it. First, I would like to contribute to your readme as I just got a brand new mbp from work...