-
```
$ sudo ./apfs-fuse /dev/sdb2 tmp/
Unable to get volume!
$ sudo ./apfs-fuse /dev/sdb1 tmp/
This doesn't seem to be an apfs volume (invalid superblock).
Unable to load container.
$ sudo ./…
-
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 the volume. diskutil reports
`E…
-
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 and when I try to make a tar archive of a speci…
-
Hi!
I'm trying to mount an APFS encrypted drive, but I don't get which command to use.
I've tried with :
`sudo apfs-fuse -r PASSWORD /dev/sdb1 /mnt/raid`
getting:
`This doesn't seem to be an ap…
-
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" directory and "lzfse" directory …
-
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
…
-
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/ApfsLi…
-
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
U…
-
Hi,
I am trying to use `apfs-fuse` to mount the Cryptex1,SystemOS DMG from the latest iOS 16 IPSWs on Linux. It appears that Apple has started compressing some files with a new type of compression…
-
Originally reported as https://bugzilla.redhat.com/show_bug.cgi?id=1950208
Using the current git HEAD version (ee71aa5c87c0831c1ae17048951fe9cd7579c3db)
```
$ sudo apfs-fuse /dev/sdd2 /mnt -d 31
…