Logo
APFS FUSE Driver for Linux

APFS FUSE Driver for Linux

#Operations Management#Endpoint Security

A collection of scripts to harden Windows 10 security and privacy

Visit Website

This project is a read-only FUSE driver for APFS

This project is a FUSE driver that operates in read-only mode and is specifically designed for the new Apple File System (APFS).

Support for Software Encrypted Volumes and Fusion Drives

This software also supports volumes that are encrypted using software and fusion drives. However, please be aware that firmlinks are not yet supported. Additionally, not all compression methods are currently supported; only those that have been encountered so far. This may result in the return of compressed files instead of uncompressed ones. Changelog: 2020-07-08: Added support for mounting snapshots and sealed volumes; 2018-04-20: Added support for mounting DMGs; 2018-04-14: Added support for partition tables (GPT only); 2018-04-10: Fixed and extended FileVault encryption support; 2018-03-28: Added support for FileVault encryption; 2017-10-25: Added support for encryption; 2017-10-14: Initial version. Usage: To use this software, compile the source code with the necessary libraries and development tools. For example, on Linux, you can run: sudo apt update; sudo apt install fuse libfuse3-dev bzip2 libbz2-dev cmake gcc-c++ git libattr1-dev zlib1g-dev.