File: README

package info (click to toggle)
libfsapfs 20240429-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 18,648 kB
  • sloc: ansic: 306,637; sh: 6,577; makefile: 2,174; python: 690; cpp: 533; sed: 16
file content (32 lines) | stat: -rw-r--r-- 689 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
libfsapfs is a library to access the Apple File System (APFS).

Project information:

* Status: experimental
* Licence: LGPLv3+

Read-only supported APFS formats:

* version 2

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
* T2 encryption

For more information see:

* Project documentation: https://github.com/libyal/libfsapfs/wiki/Home
* How to build from source: https://github.com/libyal/libfsapfs/wiki/Building