Backtrack:  
 
by lunarg on August 22nd 2017, at 13:49

After successfully extending a partition on a VM, Disk Management shows the correct partition size but Explorer still shows the old size, even after a reboot.

The reason for this is that while the partition has been extended to the new size, the filesystem itself has not. Normally, Disk Management should first extend the partition, then the filesystem, but for some reason, the second part did not happen.

To resolve, perform an extension of the volume using diskpart.

  1. Open an elevated command prompt and start diskpart (type diskpart and press Enter).
  2. List all volumes to find out which volume number corresponds with the drive you need to resize:
    DISKPART> list volume
  3. Select the volume to resize by specifying its number, determined in the output of the previous command:
    DISKPART> select volume #
  4. Extend the filesystem:
    DISKPART> extend

This will extend the filesystem itself and the new size will be displayed in Explorer.

 
 
« March 2024»
SunMonTueWedThuFriSat
     12
3456789
10111213141516
17181920212223
24252627282930
31      
 
Links
 
Quote
« I needed a password with eight characters so I picked Snow White and the Seven Dwarves. »