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, I have made a Time Machine backup on an external SSD and currently I'm trying to access its contents from a Pop_OS! installation. While running the apfs-fuse command to...

I've done this: >Execute ccmake . >Navigate to USE_FUSE3, and if it is not set to OFF, hit enter >Press c to configure >Press g to generate Makefile and exit...

Hi, The use-case is the following one: - Mount an APFS read-only - Create and overlayfs with the lower dir on the APFS directory and the upper dir on a...

I've got a faulty drive that has no cryptousers available (according to macOS). Probably it happened due to a disk power failure (maybe some data got lost and mac os...

To build apfs-fuse, I also had to install the packages from build-essential. I would always receive an error that "gcc-c++ could not be found" (this was on Ubuntu 22.04 and...

KEK’s encryption type has to match VEK’s encryption type. On Catalina if the system volume is upgraded from HFS with FileVault enabled and converted to APFS the VEK will be...

When I try to install this on my Linux OS, I get the following error: $ sudo apt install fuse libfuse3-dev bzip2 libbz2-dev cmake gcc-c++ git libattr1-dev zlib1g-dev Reading package...

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 Device /dev/sdd2 opened. Size is 16000000000 Mounting xid different from NXSB...

Implemented features in README says that Extended Attributes are supported. How to retrieve EA of a certain file?

The 'Rfc3394_KeyUnwrap' function in 'KeyMgmt.cpp' returns false (a != rfc_3394_default_iv) when calling 'KeyManager::GetVolumeKey' for an APFS volume converted from FileVault/CoreStorage. If the 'Rfc3394_KeyUnwrap' function parameter 'aes_mode' is substituted with 'AES::AES_128',...