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

Hi, I am trying to salvage my wife's data from her Macbook Pro's ssd. I think it has APFS (at least I can't use hfsplus as a mount option and...

gcc-c++ is not a package on debian/ubuntu. Also libfuse3-dev makes sure that the fuse3 header file is installed.

Hi, thanks for your great project. Let me help a bit with some warning removal. There was no bug, just some signed/unsigned, or downcast that has to be made explicit...

So I had a slip while juggling around data and accidentally did a `diskutil eraseDisk` on the HDD of a Fusion drive. I immediately Ctrl+Ced, while diskutil was still unmounting...

While write-support is not there by defalt for obvious reasons, is it possible to (easily implement) build it with write-support enabled? Or maybe in light of Apple opening (parts of?)...

Hi, the tool is failing to mount a dd image of an APFS volume with the following output and error message: apfs-fuse -s offset -d 255 image.dd mount_point image.dd opened....

duplicate

I am recovering the content of my /Users directory from a boot disk with APFS from an old iMac 2011 that died. I mounted the disk on a Linux workstation...

Fixes this compilation error: ``` /home/class/apfs-fuse2/apfs-fuse/3rdparty/lzfse/src/lzfse_fse.h:564:3: error: ‘for’ loop initial declarations are only allowed in C99 mode for (int i = 0; i < table_size; i++) { ^ /home/class/apfs-fuse2/apfs-fuse/3rdparty/lzfse/src/lzfse_fse.h:564:3: note:...

with these changes, I was able to build this fuse driver under macOS 10.13. The variables are defined in /usr/include/sys/stat.h as defines and this collides with the enum in this...

I don't know whether this should work or not, but I can't get the drive to mount either on the command line or in fstab using UUID= ``` bash-4.4$ sudo...