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
|