Windows / Code / 0x400027ac
0x400027ac
Decimal: 1073751980 · Signed: 1073751980
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: 0x27ac (10156)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x27ac (10156)
Associated Modules
| Module | Found in | Description |
|---|
| fsutil.exe | 78.11011 | Maximum containers: %1!s! |
| refsutil.exe | 10 | ---- Leak Detection and Fixing ----
Usage: refsutil leak [/a] [/x] [/v] [/d] [/q] [/t ] [/s ]
/a If leak detection finds a corruption, setting this switch attempt to fix it and re-run leak
detection. With this switch set leak detection will be restarted once for every corrupted
directory found on the volume.
/x Operate holding an exclusive lock on the volume. Without this switch leak detection will
create a snapshot of the volume for processing.
/v Verbose output.
/d Diagnose only. Leaks will be printed to stdout, but not fixed.
/q Query required space for operation.
/t Number of threads to spawn for leak detection. Specifying a value of 0 will run leak detection
synchronously (this is not recommended). Default is 4.
/s Run operation using as a scratch buffer. must be able to grow to the value
reported by /q. Ommision of this switch will create a scratch buffer in %TEMP.
Drive letter in format "L:", or a path to the volume mount point.
Note that providing /d alongside /a will triage all found directory/file corruptions, but will not fix leaks.
Eg: refsutil leak D: /a /t 4 /s R:\scratch.tmp
Eg: refsutil leak D: /a /d /v /t 4
Eg: refsutil leak D: /q |
| wbadmin.exe | 1011 | The recovery operation for volume %1 successfully completed. |
| 3 entries |
Associated Headers