|
About A spanned volume allows you to combine several hard drives/partitions to create a new single 'volume'. Why would you want to do this? I personally needed this for my home built DVR/HTPC. I have a 60GB drive and an 80GB drive, but my OS only requires around 10 gigs. Since most dvr software packages don't support storing the video files to multiple drives, I would have to either choose the 80GB drive, or the remaining 50GB on my first drive. As recording in mpeg2 can take up several gigabytes per hour, depending on the quality settings, you really want to grab every gigabyte you can. With spanning, you can combine the 50GB on the first drive with the 80GB on the second drive, and have one single 150GB drive. You are also able to increase the size of the spanned volume by extending it onto additional dynamic disks. Windows supports 5 types of dynamic volumes: simple, spanned, striped, mirrored and Raid-5. In order to get the most space out of our hard drives, we will use spanned. You can extend a spanned volume onto a maximum of 32 dynamic disks.
Why not? Spanning is only supported on dynamic disks, this how-to will show you how to upgrade a basic disk to a dynamic disk, but dynamic disks are harder to recover in case of hard drive failure (but not impossible). Spanned volumes are not fault tolerant and cannot be mirrored and should not be used for mission critical data such as the OS or files you plan on storing long term! If one drive fails, the entire span will be broken! How? In this example, I am using a 60GB drive and a 80GB drive, I will be spanning the remaining 46.13GB from the first drive and the 80GB from the unused second drive (74.53GB is the true available space in this example). 1) Upgrade basic disk to dynamic volume One of the requirements to use this feature is upgrading your hard drives from basic to dynamic.
Close any applications you might have running as it will require a reboot after this process. Right click on 'My Computer' and select 'Manage' as shown in the screenshot above. Once you are there, go to 'Disk Management' (see second screenshot) and you will see the layout of your current storage devices. Proceed by right clicking on 'Disk 1' and select 'Convert to Dynamic Disk' as shown in the screenshot below.

You will be prompted with a dialog box allowing you to select the disks you wish to upgrade, select both hard drives:

After selecting the disks, you will get the following prompt, take a look at it and proceed by clicking 'Convert':

Once you click 'Convert', it will ask you to confirm this operation (you will not lose any data):

After converting the disks, a reboot is required, do not try to get around this!
 2) Create the spanned volume
Now that we have upgraded our disks and rebooted our system, go back into disk management as shown in step 1, right click on the first block of unallocated space, and the 'New Volume Wizard' will appear and guide you through this process, as shown in the screenshots below

Click Next which will bring to you to the following screen where you can select the type of spanned volume. Remember, we are trying to create a spanned volume, so select this option and click next:

Add both disks to the selection as shown in the screenshots below:

Assign a drive letter (or mount it as a folder if you wish), click next and perform a format as shown in the screenshots below:

Congratulations, you have now successfully created a spanned volume! You can see the results in Disk Management, it should show a spanned volume (it uses the purple color to indicate these 2 drives are part of 1 spanned volume), and in the overview, it should show the new volume and the space you now have available (in this example it is 120.66GB).

Forum Thread |