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 used assertions in case of downcasting. Changed some var type (like size_t instead of int, etc.). Changed DecompressZLib and DecompressBZ2 parameters because the underlying lib cannot handle decompressing size_t...

If mountpoint is a relative path, fuse hangs in fuse_mount. It freezes in DADiskCreateFromVolumePath (helper.c, line 285). Using Mac OS High Sierra and latest fuse from github. Bravo for your...

When I launch from Xcode, it freeze in DADiskCreateFromVolumePath. If I put a sleep of 200 nano seconds just before, it works (I guess the time needed is machine dependant)....

```cpp const uint64_t m_part_len; // ... APFS_Block_8_5_Spaceman m_spaceman_hdr; ```

Hello all, I am running a 4.15 kernel on Debian Stretch. The machine is a Macbook Pro mid-2017 15 inch retina. libfuse-dev (2.9.7-1) ibicu-dev (57.1-8) icu-devtools (57.1-8) Apfs-fuse worked up...

The following script listing text files in a directory and then trying to dump their contents in console causes the apfs-fuse to crash. Looks like the driver fails soon after...

Have a proposal to put these files Aes.cpp Aes.h AesXts.cpp AesXts.h Crypto.cpp Crypto.h Des.cpp Des.h Sha1.cpp Sha1.h Sha256.cpp Sha256.h TripleDes.cpp TripleDes.h and probably these two Crc32.cpp Crc32.h to a subfolder...

``` sudo apfs-fuse -d 255 /dev/sdd2 mnt Device /dev/sdd2 opened. Size is 2000137707520 Mounting xid different from NXSB at 0 (xid = 339467). xid = 339511 Mounting xid 339511 omap:...

Normally, when you run `du` at the command line, it shows all files and their size on the far left. When mounted with `apfs-fuse`, however, my Macbook apfs filesystem shows...

I've successfully compiled the project, verified the device targeted is the correct one using apfsutil and can even navigate the files via Terminal (when working as root), but the mount...