Difference between revisions of "Windows 2008"

Jump to navigation Jump to search
453 bytes added ,  09:32, 11 November 2011
m (→‎Memory Counters: Formatting)
Line 99: Line 99:
#* <code> list volume </code>
#* <code> list volume </code>
#* <code> select volume 2 </code>
#* <code> select volume 2 </code>
# Extend the partition
# Extend the volume
#* <code> extend filesystem </code>
#* <code> extend filesystem </code>
# If this fails, select the partition and extend
#* <code> list partition </code>
#* <code> select volume 1 </code>
#* <code> extend filesystem </code>
# This can sometimes throw up disk errors, in which case you'll need to a check disk on the affected partition (if there are open file handles you'll either need to stop the applications or schedule after a reboot, and reboot)
#* EG <code> chkdisk d: /f </code>
# Then re-attempt the partition extension

Navigation menu