mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
28 lines
468 B
Text
28 lines
468 B
Text
|
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
|