Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NTFS New Compression Algorithms #33

Open
coderforlife opened this issue Aug 17, 2016 · 0 comments
Open

NTFS New Compression Algorithms #33

coderforlife opened this issue Aug 17, 2016 · 0 comments

Comments

@coderforlife
Copy link
Owner

NTFS now supports a few additional compression algorithms in Windows 10 specifically for EXE files (the compact.exe program will only apply them to EXEs at least at they are not designed to be used 'on-line' for active reading/writing). They are:

  • XPRESS4K
  • XPRESS8K
  • XPRESS16K
  • LZX

It is likely XPRESS8K is implemented as Xpress at the moment and XPRESS4K and XPRESS16K just modify the CHUNK_SIZE of the XpressDictionary but this all needs to be checked. Additionally, some option needs to be added to support changing the chunk size. The LZX option is likely what is used from WIM files and is currently non-functioning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant