|
Value
|
Description
|
|
list 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. The disk marked with an asterisk (*) has focus.
|
|
create volume simple
|
Creates a simple volume. After you create the volume, the focus automatically shifts to the new volume.
|
|
size=
n
|
The size of the volume in megabytes (MB). If no size is given, the new volume takes up the remaining free space on the disk.
|
|
disk=
n
|
The dynamic disk on which to create the volume. If no disk is given, the current disk is used.
|
|
list volume
|
Displays a list of basic and dynamic volumes on all disks.
|
|
select volume
|
Selects the specified volume, where n is the volume number, and gives it focus. If no volume is specified, the select command lists the current volume with focus. You can specify the volume by number, drive letter, or mount point path. On a basic disk, selecting a volume also gives the corresponding partition focus.
|
|
extend
|
Extends the volume with focus into next contiguous unallocated space. For basic volumes, the unallocated space must be on the same disk as, and must follow (be of higher sector offset than) the partition with focus. A dynamic simple or spanned volume can be extended to any empty space on any dynamic disk. Using this command, you can extend an existing volume into newly created space.
If the partition was previously formatted with the NTFS file system, the file system is automatically extended to occupy the larger partition. No data loss occurs. If the partition was previously formatted with any file system format other than NTFS, the command fails with no change to the partition.
You cannot extend the current system or boot partitions.
|
|
disk=
n
|
The dynamic disk on which to extend the volume. An amount of space equal to size=n is allocated on the disk. If no disk is specified, the volume is extended on the current disk.
|
|
size=
n
|
The amount of space, in megabytes (MB), to add to the current partition. If you do not specify a size, the disk is extended to take up all of the next contiguous unallocated space.
|