Question (ssd) Main drive has raw gb

Navimon

Reputable
Feb 16, 2021
10
0
4,510
in my disk management my main drive or disk 0 has an 140 gb raw thingy. i noticed that the drive that i have has 238 gb to be exact but for some reason i can only use 97 gb. How do i get the 140 gb without formatting data. i tried chkdsk but i was late to realize that it doesn't work on main drives
 
in my disk management my main drive or disk 0 has an 140 gb raw thingy. i noticed that the drive that i have has 238 gb to be exact but for some reason i can only use 97 gb. How do i get the 140 gb without formatting data. i tried chkdsk but i was late to realize that it doesn't work on main drives
Please show us a screencap of the Disk Management window.
 
  • Like
Reactions: Navimon
So, this is not a new situation.

Whoever had this system before, did this very poor set up.
That means that you bought a used system, and just used the existing OS?

If so...bad move.
yes, is there anyway to fix this or if i have to format will it be safe to do so with some programs that can data recover and stuff?
 
yes, is there anyway to fix this or if i have to format will it be safe to do so with some programs that can data recover and stuff?
Well....

What *I* would do is a full wipe and reinstall.
That should have been done on Day 1.

Your personal data should be saved off to some other device.

Then, a full OS reinstall, and all your applications.
 
yes, is there anyway to fix this or if i have to format will it be safe to do so with some programs that can data recover and stuff?
No need to reinstall. Delete extra unnecessary partitions and extend C: .
Execute following from elevated command prompt.

diskpart
list disk
select disk 0
(select 238GB disk)
list partition
select partition 5
(select 140GB RAW partition)
delete partition
select partition 4
(select 499MB recovery partition )
delete partition override
select partition 3
(select 97GB C: partition)
extend
exit
https://www.computerhope.com/jargon/e/elevated.htm