Create a
Spanned Volume
Applies To: Windows 7, Windows Server 2008 R2
A spanned volume is a dynamic volume consisting of
disk space on more than one physical disk. If a simple volume is not a system volume
or boot volume, you can extend it across additional disks to create a spanned
volume, or you can create a spanned volume in unallocated space on a dynamic
disk.
You need at least two dynamic disks in addition to
the startup disk to create a spanned volume. You can extend a spanned volume
onto a maximum of 32 dynamic disks.
Spanned volumes are not fault tolerant.
Backup Operator or Administrator is the minimum membership required to complete the
actions below.
Creating a spanned volume
To create a spanned volume using the Windows interface
1.
In Disk Management, right-click the unallocated space on one of
the dynamic disks where you want to create the spanned volume.
2.
Click New Spanned Volume….
3.
Follow the instructions on your screen.
To create a spanned volume using a command line
1.
Open a command prompt and type
diskpart
.
2.
At the DISKPART prompt, type
list disk
.
Make note of the number of the disk where you want to create a simple volume.
3.
At the DISKPART prompt, type
create volume simple [size=<size>]
[disk=<disknumber>]
.
4.
At the DISKPART prompt, type
list volume
.
Make note of the number of the simple volume you want to extend onto another
disk.
5.
At the DISKPART prompt, type
select volume <volumenumber>
. Select the simple volume volumenumber you want to extend onto another disk.
6.
At the DISKPART prompt, type
list disk
.
Make note of the number of the disk you want to extend the simple volume onto.
7.
At the DISKPART prompt, type
extend [size=<size>] [disk=<disknumber>]
. Extends the selected volume onto disk disknumberand makes the extension size=size megabytes (MB).
Fine
ReplyDelete