text stringlengths 0 4.23k |
|---|
Lists all shadow copies. |
set <setID> |
Lists shadow copies that belong to the specified Shadow Copy Set ID. |
id <shadowID> |
Lists any shadow copy with the specified shadow copy ID. |
<setID> |
<shadowID> |
list writers |
Lists writers that are on the system. If used without parameters, list displays the output for list metadata by default. |
Syntax |
list writers [metadata | detailed | status] |
Parameters |
Parameter |
Description |
metadata |
Lists the identity and status of writers, and displays metadata such as component details and excluded files. This is the default parameter. |
detailed |
Lists the same information as metadata, but also includes the full file list for all components. |
status |
Lists only the identity and status of registered writers. |
Examples |
To list only the identity and status of writers, type: |
list writers status |
Output that is similar to the following displays: |
Listing writer status ... |
* WRITER System Writer |
- Status: 5 (VSS_WS_WAITING_FOR_BACKUP_COMPLETE) |
- Writer Failure code: 0x00000000 (S_OK) |
- Writer ID: {e8132975-6f93-4464-a53e-1050253ae220} |
- Instance ID: {7e631031-c695-4229-9da1-a7de057e64cb} |
* WRITER Shadow Copy Optimization Writer |
- Status: 1 (VSS_WS_STABLE) |
- Writer Failure code: 0x00000000 (S_OK) |
- Writer ID: {4dc3bdd4-ab48-4d07-adb0-3bee2926fd7f} |
- Instance ID: {9e362607-9794-4dd4-a7cd-b3d5de0aad20} |
* WRITER Registry Writer |
- Status: 1 (VSS_WS_STABLE) |
- Writer Failure code: 0x00000000 (S_OK) |
- Writer ID: {afbab4a2-367d-4d15-a586-71dbb18f8485} |
- Instance ID: {e87ba7e3-f8d8-42d8-b2ee-c76ae26b98e8} |
8 writers listed. |
list |
Displays a list of disks, of partitions in a disk, of volumes in a disk, or of virtual hard disks (VHDs). |
Syntax |
list { disk | partition | volume | vdisk } |
Parameters |
Parameter |
Description |
disk |
Displays a list of disks and information about them, such as their size, amount of available free space, whether the disk is a basic or dynamic disk, and whether the disk uses the master boot record (MBR) or GUID partition table (GPT) partition style. |
partition |
Displays the partitions listed in the partition table of the current disk. |
volume |
Displays a list of basic and dynamic volumes on all disks. |
vdisk |
Displays a list of the VHDs that are attached and/or selected. This command lists detached VHDs if they are currently selected; however, the disk type is set to Unknown until the VHD is attached. The VHD marked with an asterisk (*) has focus. |
Remarks |
When listing partitions on a dynamic disk, the partitions might not correspond to the dynamic volumes on the disk. This discrepancy occurs because dynamic disks contain entries in the partition table for the system volume or boot volume (if present on the disk). They also contain a partition that occupies the remainder of the disk in order to reserve the space for use by dynamic volumes. |
The object marked with an asterisk (*) has focus. |
When listing disks, if a disk is missing, its disk number is prefixed with M. For example, the first missing disk is numbered M0. |
Examples |
list disk |
list partition |
list volume |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.