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

Hello! Trying to mount an encrypted apfs volume, but have this message in logs: "starting LoadKeybag @ 19D9 starting LoadKeybag @ 19D9 Enter Password:" The problem is in the volume...

``` $ sudo apfsutil /dev/sdb2 Volume 1 9E890136-A96F-470A-8328-77AB43353FE6 --------------------------------------------- Role: Backup Name: fivetb (Case-sensitive) Capacity Consumed: 4726479761408 Bytes FileVault: Yes Snapshots: 100024 : 'com.apple.TimeMachine.2022-08-06-143031.backup' 102106 : 'com.apple.TimeMachine.2022-08-13-185520.backup' 105981 : 'com.apple.TimeMachine.2022-08-29-121105.backup'...

I try to mount a filevault encrypted disk from a mac book pro 2013. `./apfs-fuse -v 4 -r 'MYPASSWORD' -d15 /dev/sda mount` `Device /dev/sda opened. Size is 251000193024 Found valid...

Hi, this isn't actually an issue so feel free to just close it. It could have been an email too but this specific error isn't on Google yet, so hopefully...

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...

How stable is this project? Is it suitable for important and sensitive data? Which would you recommend for Linux - macOS interoperability? Using ZFS, and installing the macOS driver for...

Hello everyone, Thanks for reading my message I have a corrupted encrypted APFS sparsebundle and I am on mac. Will apfs-fuse allow me to mount this so I can salvage...

I know I shouldn't ask stupid questions. My iMac spoilt for no apparent reason, and I just wanted to get back the data on the Fusion Drive (SSD+HDD). I can...

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...

I created the directory /mnt/apfs-data: ``` drwxrwxrwx 2 user user 4096 jan 19 10:11 apfs-data/ ``` But after mounting with uid and gid of the user, ownership and permissions are...