diff options
Diffstat (limited to 'libraries/libfsapfs/README')
-rw-r--r-- | libraries/libfsapfs/README | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/libraries/libfsapfs/README b/libraries/libfsapfs/README index 8c34d3dd05804..95b00aeaf37a2 100644 --- a/libraries/libfsapfs/README +++ b/libraries/libfsapfs/README @@ -1,6 +1,9 @@ -libfsapfs (libYAL APFS library) +libfsapfs is a library to access the Apple File System (APFS). -Library to access the Apple File System (APFS) +Project information: + +* Status: experimental +* Licence: LGPLv3+ Read-only supported APFS formats: @@ -11,10 +14,17 @@ Supported APFS format features: * ZLIB (DEFLATE) compression * LZVN compression * encryption +* extended attributes Unsupported APFS format features: * APFS version 1 +* Fusion drive (NX_INCOMPAT_FUSION) +* snapshots * LZFSE compression, compression methods 11 and 12 * "uncompressed", compression methods 1, 9 and 10 -* snapshots +* T2 encryption + +For more information see: + +* Project documentation: https://github.com/libyal/libfsapfs/wiki/Home |