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

WSL2 gave fair access to underlying hardware... do you have any feed-back on working under WSL2?

I want read a apfs-disk on windows. I've read issues here on Github that it can't be compiled for windows due to [`uuid_t type conflict`](https://github.com/sgan81/apfs-fuse/issues/67). So I though that it...

I was studying your code and noticed some CPP files had multiple class definitions. I would like to suggest that different files are created for each class, and folders are...

Seems like `zlib1g-dev` is missing in build instructions, also on Ubuntu 19.04 you should install `libfuse3-dev` instead of `libfuse-dev`. BTW, this deps is also don't checked by CMake.

Trying to mnt a hackintosh installation partition and getting the error 'unable to load container' ``` ubuntu@ubuntu:~/apfs-fuse/build$ sudo ./apfs-fuse -v n /dev/nvme1n1p2 /media/dave/mntpoint Unable to load container. ```

I have supposedly done everything right from https://linuxnewbieguide.org/how-to-mount-macos-apfs-disk-volumes-in-linux/ but error still occurred. I am very inexperienced with linux (having ubuntu at the moment) so please have patience with me. Any...

At first I thought that problem with uid=yurikoles,gid=yurikoles, but same issue with numeric IDs. ``` $ ls /mnt -lah|grep macOS ls: cannot access '/mnt/macOS': Permission denied d????????? ? ? ?...

Hi there, Not sure what im doing wrong, the following errors/warnings appear when trying to build on 10.13.6 /Users/thomaswakely/apfs-fuse/apfsfuse/ApfsFuse.cpp:667:38: warning: unused parameter 'data' [-Wunused-parameter] static int apfs_parse_fuse_opt(void *data, const char...

Fix README.md zlib dependency: ``` ryan@ADATA-PC:~/apfs-fuse/build$ make [ 16%] Built target lzfse [ 18%] Building CXX object CMakeFiles/apfs.dir/ApfsLib/Util.cpp.o /home/ryan/apfs-fuse/ApfsLib/Util.cpp:36:10: fatal error: 'zlib.h' file not found #include