Windows / Code / 0x4000276b
0x4000276b
Decimal: 1073751915 · Signed: 1073751915
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: 0x276b (10091)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x276b (10091)
Associated Modules
| Module | Found in | Description |
|---|
| fsutil.exe | 1011 | Usage : fsutil usn createJournal [options]
Options : m= - Specifies the maximum size, in bytes, that NTFS allocates for the change journal.
a= - Specifies the size, in bytes, of memory allocation that is added to the end and
removed from the beginning of the change journal.
** Note: If maximum size or allocation delta is not specified, the default size will be set based on your
current volume size.
Eg : fsutil usn createJournal C:
fsutil usn createJournal C: m=1000
fsutil usn createJournal C: m=1000 a=100 |
| fsutil.exe | 78.1 | Usage : fsutil usn createjournal m= a=
Eg : fsutil usn createjournal m=1000 a=100 C: |
| vssadmin.exe | 78.11011 | %1 %2 [/For=ForVolumeSpec|/On=OnVolumeSpec]
- Displays all shadow copy storage associations on the system.
To list all associations for a given volume, specify a
ForVolumeSpec and no /On option. To list all associations on a given
volume, specify an OnVolumeSpec and no /For option.
Example Usage: vssadmin List ShadowStorage /On=C: |
| wbadmin.exe | 1011 | Formatting media... |
| 4 entries |
Associated Headers