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 want to mount a Fusion Drive on an iMac with MacOS 10.14. I am running a Ubuntu 19.10 from USB flash drive and compiled fuse-apfs from the latest git...

sudo ./apfs-fuse /dev/sda new-primary -o allow_other -d 255 Device /dev/sda opened. Size is 500107862016 Found valid GPT partition table. Looking for APFS partition. Found more recent xid 224680 than superblock...

In macOS 10.15 (Catalina), the presented root volume is a combination of two volumes on disk - a System and a Data volume. These volumes can be identified by their...

Apologies in advance for what may be a simple fix, I'm very unfamiliar with C. I've looked for solutions on several forums, gone into the makefile both in the "build"...

I was hoping to use apfs-fuse to access an encrypted APFS partition (I have the correct recovery key). Natively under OS X there is an issue when trying to unlock...

Building CXX object CMakeFiles/apfs-fuse.dir/apfsfuse/ApfsFuse.cpp.o /home/fedora/apfs-fuse/apfsfuse/ApfsFuse.cpp:31:10: fatal error: fuse3/fuse.h: No such file or directory 31 | #include | ^~~~~~~~~~~~~~ compilation terminated.

Since it is not at all obvious how to use this after install with a scripted `mount` command. From inside the `build` folder, copy code to opt directory (or replace...

* add missing `zlib1g-dev` consider also mentioning https://github.com/sgan81/apfs-fuse/issues/87#issuecomment-490405436 in readme

Error when building on Debian 10 64 bit: [ 85%] Building CXX object CMakeFiles/apfs-dump.dir/ApfsDump/Apfs.cpp.o [ 87%] Linking CXX executable apfs-dump [ 87%] Built target apfs-dump Scanning dependencies of target apfs-fuse...