Windows / Code / 0x4000c470
0x4000c470
Decimal: 1073792112 · Signed: 1073792112
As HRESULT:- S: 0 (Success)
- R: 1 (Reserved, must be clear in a well-formed HRESULT)
- C: 0 (Microsoft-defined)
- N: 0 (Not an NTSTATUS value)
- Facility: 0x000 (FACILITY_NULL: Default)
- Code: 0xc470 (50288)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0xc470 (50288)
Associated Modules
| Module | Found in | Description |
|---|
| refsutil.exe | 11 | ---- Volume Compression Management ----
Usage: refsutil compression <[/q]>|<[/c] [/f ] [/e ] [/cs ]>
/q Query volume compression parameters.
/c Compress the volume with the provided compression parameters.
/f Compression format to compress with. Valid values:
- LZ4,
- ZSTD,
- NONE.
Use NONE to decompress a compressed volume. When this option is provided,
the engine and compression chunk size must be omitted.
/e Compression level to compress with, dependent on the compression format selected.
Omit this parameter or use 0 to pick the default level for any given compression
format. The defaults are subject to change.
Valid values:
- LZ4: 1, 3-12. Default: 1.
Values in the range 3-12 utilize the LZ4 HC algorithm, which achieves greater
compression ratios at the cost of greatly reduced compression speed. Decompression
speed is independent of the selected compression level.
- ZSTD: 1-22. Default: 3.
Larger values provide higher compression ratios at the cost of reduced compression
speeds. Values greater/equal to 20 require higher memory consumption. Decompression
speed is independent of the selected compression level.
/cs Compression chunk size to compress with, in bytes. Must be a power of two larger or
equal to the volumes cluster size, and no greater than 64mb. Larger values yield larger
compression ratios at the cost of read performance penalties for reading amounts of data
smaller than the chunk size. Diminishing returns are drastic after 1mb, and as such are
not recommended. Omitting this parameter or using 0 will pick the volumes cluster size.
Eg: refsutil compression /q R:
Eg: refsutil compression /c /f LZ4 /e 12 /cs 524288 R:
Eg: refsutil compression /c /f ZSTD /e 15 /cs 131072 R:
Eg: refsutil compression /c /f ZSTD R:
Eg: refsutil compression /c /f NONE R: |
| 1 entry |
Associated Headers