Solved Volume size and partition size inconsistency

senglory

New member
Local time
4:21 AM
Messages
2
Win2008R2 x64 (I think it's quite compatible to Win 7). I'm trying to resize my disk C: to the whole partition , but when I run Disk Management (via run as admin) , it shows me the following weird picture:
g282gz


When I call "Shrink volume" command from the local menu, it hangs for about 1 minute and then shows this msgbox:

g2861g

CHKDSK and SFC found nothing. What I'm doing wrong? And how to have this issue fixed?
 

My Computer My Computer

OS
Win 7 x64 Home Premium SP1
Welcome to the forum can you post a disk manager screenshot so we can see if you posted a photo it's not showing
 

My Computer My Computer

Computer type
PC/Desktop
OS
win 8 32 bit
open an elevated command prompt and start DISKPART List all volumes of the pc.
DISKPART> list volume
Select the volume that has the wrong file system size. x is the ID of the effected volume.
DISKPART> select volume [x]
Extend the file system
DISKPART> extend filesystem
 

My Computer My Computer

Computer type
PC/Desktop
OS
win 8 32 bit
Back
Top