[SOLVED] Windows Explorer showing wrong disk size

Dec 6, 2020
3
0
10
Hello. I just installed a new M.2 2TB SSD in my computer and cloned my existing 1TB 5200RPM HDD using CloneZilla. In Windows 10 disk manager, it is showing the main partition correctly sized to the 2TB but in windows explorer it is still showing only a max size of 1TB. Any ideas?
 
Solution
Something is wrong with partition geometry.

Try deleting recovery partition and extend C: partition to whole disk.
diskpart
list disk
select disk 0
list partition
select partition 3
delete partition override
select partition 2
extend
exit
Dec 6, 2020
3
0
10
Can you show screenshot from Disk Management?
(upload to imgur.com and post link)
FRMfewk.png
 
Dec 6, 2020
3
0
10
Something is wrong with partition geometry.

Try deleting recovery partition and extend C: partition to whole disk.
diskpart
list disk
select disk 0
list partition
select partition 3
delete partition override
select partition 2
extend
exit

This worked!! Thank you very much.
 

TRENDING THREADS