0 bytes free showing in diskpart

Solution
The "free" column in the "list disk" output is reporting the total unpartitioned space on each of your physical drives, not the free space in each logical volume. The first partition begins at sector 2048 for current Windows versions, so this corresponds to about 1024KB of free space.

To see the free space in each volume ...

select disk n (where n = desired physical drive)
detail disk
select volume x (where x = desired volume)
detail volume

You should now see the "Volume Free Space" and "Volume Capacity".


Disk 0 (SSD where i installed windows): 0bytes free
Disk 1(HDD for storage): 0bytes free
Disk Manager and My Computer both shows 80/119GB and 900/931GB free space for the drives.
Well, most guides I found online mention the same procedures for a clean installation for Windows (probably I did something wrong there as I'm reinstalling). I mean, everything on my PC is working fine, able to install programs and stuff. Should I be worried about it in the long run?
 
The "free" column in the "list disk" output is reporting the total unpartitioned space on each of your physical drives, not the free space in each logical volume. The first partition begins at sector 2048 for current Windows versions, so this corresponds to about 1024KB of free space.

To see the free space in each volume ...

select disk n (where n = desired physical drive)
detail disk
select volume x (where x = desired volume)
detail volume

You should now see the "Volume Free Space" and "Volume Capacity".
 
Solution

TRENDING THREADS