File: README

package info (click to toggle)
libfsext 20260201-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,552 kB
  • sloc: ansic: 215,542; sh: 6,929; makefile: 1,554; python: 469; cpp: 427; sed: 16
file content (29 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (2)
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
libfsext is a library to access the Extended File System (ext).

Read-only supported ext formats:

* ext2 (version 2)
* ext3 (version 3)
* ext4 (version 4)

Supported ext format features:

* extended attributes
* inline data

Unsupported ext format features:

* ext (version 1)
* compression
* encryption

Project information:

* Status: experimental
* Licence: LGPLv3+

For more information see:

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