File: README

package info (click to toggle)
libfshfs 20240501-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 16,784 kB
  • sloc: ansic: 275,772; sh: 6,375; makefile: 1,637; python: 425; cpp: 391; sed: 16
file content (38 lines) | stat: -rw-r--r-- 971 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
33
34
35
36
37
38
libfshfs is a library to access the Mac OS Hierarchical File System (HFS).

Project information:

* Status: experimental
* Licence: LGPLv3+

Read-only supported HFS formats:

* HFS+, Mac OS 10.3 and later (Unicode 3.2 case-insensitive)
* HFSX, Mac OS 10.3 and later (Unicode 3.2 case-sensitive)

Unsupported HFS formats:

* (traditional) HFS
* HFS+, Mac OS 8.1 through 10.2 (Unicode 2.1 case-insensitive)
* HFSX, Mac OS 8.1 through 10.2 (Unicode 2.1 case-sensitive)

Supported HFS format features:

* ZLIB (DEFLATE) compression
* LZVN compression
* extended attributes

Unsupported HFS format features:

* LZFSE compression, compression methods 11 and 12
* "uncompressed", compression methods 1, 9 and 10

Planned:

* Complete extents extended attribute value data (kHFSPlusAttrExtents) support

For more information see:

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