Windows / Code / 0x4000272e
0x4000272e
Decimal: 1073751854 · Signed: 1073751854
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: 0x272e (10030)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x272e (10030)
Associated Modules
| Module | Found in | Description |
|---|
| cmd.exe | 78.11011 | Local NTFS volumes are required to complete the operation. |
| diskusage.exe | 11 | %1!d!, |
| fltMC.exe | 78.11011 | %1!-30.*s! %2!7ws!%3!-5ws! |
| fsutil.exe | 10 | Usage : fsutil volume diskFree
Eg : fsutil volume diskFree C: |
| fsutil.exe | 11 | Usage: fsutil volume diskFree
Eg: fsutil volume diskFree C: |
| fsutil.exe | 78.1 | Usage : fsutil volume diskfree
Eg : fsutil volume diskfree C: |
| ktmutil.exe | 78.11011 | Usage :
ktmutil tm info {TmGuid}
Eg : ktmutil tm info {some-Tm-guid-here} |
| vssadmin.exe | 78.11011 | %1 %2 /Shadow=ShadowId [/ExposeUsing=LetterDirSpecOrShare]
[/SharePath=SharePathDirSpec]
- Exposes an existing shadow copy volume through a share name or a mount
point. If LetterDirSpecOrShare is specified, the shadow copy is exposed
through a given drive letter, mount point or a share name. If it is not
specified, a default share will be created and a name will be given upon
completion. To expose through a drive letter, LetterDirSpecOrShare must
be in the form of 'X:'. To expose through a mount point,
LetterDirSpecOrShare must be a fully qualified path starting with 'X:\',
and must point to an existing directory. To expose through a share name,
LetterDirSpecOrShare must consist of only valid share name characters,
i.e. SourceShare2. When exposing through a share, the whole volume will
be shared unless SharePathDirSpec is given. If SharePathDirSpec is
given, only the portion of the volume from that directory and up will be
shared though the share name. The SharePathDirSpec must start with a
'\'.
- The only types of Shadow Copies that can be exposed are the
DataVolumeRollback shadows. Shadow Copies that have the
ClientAccessible type cannot be exposed.
- The Shadow Copy ID can be obtained by using the List Shadows command.
When entering a Shadow Copy ID, it must be in the following format:
{XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
where the X's are hexadecimal characters.
Example Usage: vssadmin Expose Shadow
/Shadow={c5946237-af12-3f23-af80-51aadb3b20d5}
/ExposeUsing=SourceShare2 /SharePath=\sharedpath |
| 8 entries |
Associated Headers