Changes

Jump to: navigation, search
Extending a Partition from the Command Line
</pre>
In the case of dynamic disks, the extend command can also be used to allocated disk space from other disk drives. In this case the ''disk='' directive must be specified as part of the extend command. For example to extend the currently selected partition (on disk 1) by 6Gb using space from disk 2:
<pre>
DISKPART> extend size=6000 disk=2
</pre>

Navigation menu