Two days ago, I logged into one of the domain controllers and found that the server has only 500 MB of free space of total 30 GB assigned. Did some house keeping and increased it to about 2.5 GB.
Additionally, I extended the disk space by another 20 GB. Now my problem, I can see the volume has 60 GB but for some odd reason, OS doesn't see it.
Diskpart sees 60 GB too. I've rescaned, ran disk check and I'm not really sure what else to do. Help!!! (I'll repost the screenshot in a bit)
Extending the disk/partition in Disk Management should automatically extend the filesystem. If not, the the
extend filesystem
command in the Question suggested by Todd Wilcox is a good idea to fix it.If that does not help, I suggest running CHKDSK on the volume --
CHKDSK C: /F
if you can afford the downtime. Examine the reported statistics to confirm CHKDSK sees the proper size of your partition/disk. If you did the reboot to run the check, you can find the results in Event Viewer fromWininit
.It is possible for an open file to be using up disk space that is not reported in the directory, although for it to be using up that much would be very unusual.