2022-05-20 07:50:00 +08:00
|
|
|
libfsapfs is a library to access the Apple File System (APFS).
|
2019-01-20 15:25:28 +08:00
|
|
|
|
2022-05-20 07:50:00 +08:00
|
|
|
Project information:
|
|
|
|
|
|
|
|
* Status: experimental
|
|
|
|
* Licence: LGPLv3+
|
2019-01-20 15:25:28 +08:00
|
|
|
|
|
|
|
Read-only supported APFS formats:
|
|
|
|
|
|
|
|
* version 2
|
|
|
|
|
|
|
|
Supported APFS format features:
|
|
|
|
|
|
|
|
* ZLIB (DEFLATE) compression
|
|
|
|
* LZVN compression
|
|
|
|
* encryption
|
2022-05-20 07:50:00 +08:00
|
|
|
* extended attributes
|
2019-01-20 15:25:28 +08:00
|
|
|
|
|
|
|
Unsupported APFS format features:
|
|
|
|
|
|
|
|
* APFS version 1
|
2022-05-20 07:50:00 +08:00
|
|
|
* Fusion drive (NX_INCOMPAT_FUSION)
|
|
|
|
* snapshots
|
2019-01-20 15:25:28 +08:00
|
|
|
* LZFSE compression, compression methods 11 and 12
|
|
|
|
* "uncompressed", compression methods 1, 9 and 10
|
2022-05-20 07:50:00 +08:00
|
|
|
* T2 encryption
|
|
|
|
|
|
|
|
For more information see:
|
|
|
|
|
|
|
|
* Project documentation: https://github.com/libyal/libfsapfs/wiki/Home
|