Windows / Code / 0x40002f39
0x40002f39
Decimal: 1073753913 · Signed: 1073753913
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: 0x2f39 (12089)
As NTSTATUS:- Sev: 1 (STATUS_SEVERITY_INFORMATIONAL)
- C: 0 (Microsoft-defined)
- Facility: 0x000 (Default)
- Code: 0x2f39 (12089)
Associated Modules
| Module | Found in | Description |
|---|
| diskpart.exe | 1011 | Formats the specified volume for use with Windows.
Syntax: FORMAT [[FS=] [REVISION=] | RECOMMENDED] [LABEL=<"label">]
[UNIT=] [QUICK] [COMPRESS] [OVERRIDE] [DUPLICATE] [NOWAIT]
[NOERR]
FS= Specifies the type of file system. If no file system is given,
the default file system displayed by the FILESYSTEMS command is
used.
REVISION=
Specifies the file system revision (if applicable).
RECOMMENDED If specified, use the recommended file system and revision
instead of the default if a recommendation exists. The
recommended file system (if one exists) is displayed by the
FILESYSTEMS command.
LABEL=<"label">
Specifies the volume label.
UNIT= Overrides the default allocation unit size. Default settings
are strongly recommended for general use. The default
allocation unit size for a particular file system is displayed
by the FILESYSTEMS command.
NTFS compression is not supported for allocation unit sizes
above 4096.
QUICK Performs a quick format.
COMPRESS NTFS only: Files created on the new volume will be compressed
by default.
OVERRIDE Forces the file system to dismount first if necessary. All
opened handles to the volume would no longer be valid.
DUPLICATE UDF Only: This flag applies to UDF format, version 2.5 or
higher.
This flag instructs the format operation to duplicate the file
system meta-data to a second set of sectors on the disk. The
duplicate meta-data is used by applications, for example repair
or recovery applications. If the primary meta-data sectors are
found to be corrupted, the file system meta-data will be read
from the duplicate sectors.
NOWAIT Forces the command to return immediately while the format
process is still in progress. If NOWAIT is not specified,
DiskPart will display format progress in percentage.
NOERR For scripting only. When an error is encountered, DiskPart
continues to process commands as if the error did not occur.
Without the NOERR parameter, an error causes DiskPart to exit
with an error code.
A volume must be selected for this operation to succeed.
Examples:
FORMAT FS=NTFS LABEL="New Volume" QUICK COMPRESS
FORMAT RECOMMENDED OVERRIDE |
| diskpart.exe | 78.1 | Formats the specified volume for use with Windows.
Syntax: FORMAT [[FS=] [REVISION=] | RECOMMENDED] [LABEL=<"label">]
[UNIT=] [QUICK] [COMPRESS] [OVERRIDE] [DUPLICATE] [NOWAIT]
[NOERR]
FS= Specifies the type of file system. If no file system is given,
the default file system displayed by the FILESYSTEMS command is
used.
REVISION=
Specifies the file system revision (if applicable).
RECOMMENDED If specified, use the recommended file system and revision
instead of the default if a recommendation exists. The
recommended file system (if one exists) is displayed by the
FILESYSTEMS command.
LABEL=<"label">
Specifies the volume label.
UNIT= Overrides the default allocation unit size. Default settings
are strongly recommended for general use. The default
allocation unit size for a particular file system is displayed
by the FILESYSTEMS command.
NTFS compression is not supported for allocation unit sizes
above 4096.
QUICK Performs a quick format.
COMPRESS NTFS only: Files created on the new volume will be compressed
by default.
OVERRIDE Forces the file system to dismount first if necessary. All
opened handles to the volume would no longer be valid.
DUPLICATE UDF Only: This flag applies to UDF format, version 2.5 or
higher.
This flag instructs the format operation to duplicate the file
system meta-data to a second set of sectors on the disk. The
duplicate meta-data is used by applications, for example repair
or recovery applications. If the primary meta-data sectors are
found to be corrupted, the file system meta-data will be read
from the duplicate sectors.
NOWAIT Forces the command to return immediately while the format
process is still in progress. If NOWAIT is not specified,
DiskPart will display format progress in percentage.
NOERR For scripting only. When an error is encountered, DiskPart
continues to process commands as if the error did not occur.
Without the NOERR parameter, an error causes DiskPart to exit
with an error code.
A volume must be selected for this operation to succeed.
Examples:
FORMAT FS=NTFS LABEL="New Volume" QUICK COMPRESS
FORMAT RECOMMENDED OVERRIDE |
| 2 entries |
Associated Headers