External G: Drive too corrupted for me to fix on my own, please help

DMChumble

Commendable
Oct 17, 2016
1
0
1,510
my external G: drive has become so corrupted that all it does is show Local Disk G: on it I can't click it to open it, Literally nothing I do will help. someone please give me a way to fix this issue. I'm running Windows 10 thanks.
 
Solution
Open an elevated command prompt (right click run as admin), then type:
diskpart
list disk (if the external shows up note the number of the drive that it has)
select drive n (where n is the external drive)
clean
create partition primary
format FS=NTFS label=xxxxxx quick (or whatever letter you want it to have that does not conflict with your other drive letters, and name it where the xxx are, like storage drive)
exit

RealBeast

Titan
Moderator
Open an elevated command prompt (right click run as admin), then type:
diskpart
list disk (if the external shows up note the number of the drive that it has)
select drive n (where n is the external drive)
clean
create partition primary
format FS=NTFS label=xxxxxx quick (or whatever letter you want it to have that does not conflict with your other drive letters, and name it where the xxx are, like storage drive)
exit
 
Solution