You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Tom Stellard 164872c8ec
Add BuildRequires: make
4 years ago
.gitignore upstream version 1.0 6 years ago
README.md upstream version 1.0 6 years ago
ntfs-3g-system-compression.spec Add BuildRequires: make 4 years ago
sources upstream version 1.0 6 years ago

README.md

ntfs-3g-system-compression

System compression, also known as "Compact OS", is a Windows feature that allows rarely modified files to be compressed using the XPRESS or LZX compression formats. It is not built directly into NTFS but rather is implemented using reparse points. This feature appeared in Windows 10 and it appears that many Windows 10 systems have been using it by default.

This RPM contains a plugin which enables the NTFS-3G FUSE driver to transparently read from system-compressed files. Currently, only reading is supported. Compressing an existing file may be done by using the "compact" utility on Windows.

Upstream: https://github.com/ebiggers/ntfs-3g-system-compression