File: README

package info (click to toggle)
libfsntfs 20200921-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 18,036 kB
  • sloc: ansic: 297,848; sh: 6,293; makefile: 2,360; python: 500; cpp: 149; sed: 16
file content (28 lines) | stat: -rw-r--r-- 636 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
libfsntfs is a library to access the Windows New Technology File System (NTFS) format.

Project information:

* Status: experimental
* Licence: LGPLv3+

Read-only supported NTFS formats:

* version 3.0
* version 3.1

Supported NTFS format features:

* LZNT1 compression
* Windows Overlay Filter (WOF) compressed data (LZX and LZXPRESS-Huffman)
* Case sensitive directories

Unsupported NTFS format features:

* NTFS version 1.2
* Encrypted File System (EFS)

For more information see:

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