Changes

Jump to: navigation, search
Creating a New Spanned Volume from the Command Prompt
<pre>
DISKPART> format fs=ntfs label="My Spanned Vol"
100 percent completed
 
DiskPart successfully formatted the volume.
</pre>
<pre>
DISKPART> assign letter=E:
DiskPart successfully assigned the drive letter or mount point.
</pre>
<pre>
DISKPART> assign mount=\bigvol
DiskPart successfully assigned the drive letter or mount point.
</pre>
Once assigned, the new spanned volume is ready for use.

Navigation menu