mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
NTFS-3G plugin for reading XPRESS or LZX compressed files PR: 225638 Submitted by: Greg V <greg@unrelenting.technology>
10 lines
461 B
Text
10 lines
461 B
Text
A plugin which enables the NTFS-3G FUSE driver to transparently read
|
|
from system-compressed files.
|
|
|
|
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 implemented using reparse points. This
|
|
feature appeared in Windows 10 and many Windows 10 systems have been
|
|
using it by default.
|
|
|
|
WWW: https://github.com/ebiggers/ntfs-3g-system-compression
|