Jump to content

Problems with an HDD

Go to solution Solved by OhioYJ,
1 minute ago, XxK3V1NxX said:

And what if there are multiple partitions, as in this case?

You have to do them individually. 

 

Select 1, delete 1. Select 2, delete 2. And so on.  You unfortunately have to do them one at a time.

 

You don't have to do them all, you can skip some, you can do them in any order. Delete just what you need to, or delete them all if you want. You will need to do them one at a time though.

I have a problem with a 500GB WD Blue hard drive from a laptop. I tried to format it, but it's impossible because there are partitions on it that can't be deleted.
So, I took another HDD that was empty and started installing Windows on it. How can I delete the partitions on that drive and use it as a USB drive to store various things?

I've attached images of what it says when I try to delete partitions in Disk Management.

 

https://drive.google.com/drive/folders/10ziLBzFP_6RI86o50Q-L2-wKnaUhj5j7?usp=sharing

Link to comment
https://linustechtips.com/topic/1632280-problems-with-an-hdd/
Share on other sites

Link to post
Share on other sites

You can delete them via command prompt using Diskpart. Be forewarned though, it is VERY VERY VERY easy to mess up and delete the wrong thing and brick your system. 

 

 

https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/diskpart

 

 

Community Standards

Please make sure to Quote me or @ me to see your reply!

Just because I am a Moderator does not mean I am always right. Please fact check me and verify my answer. 

 

"Beast Mode"

Ryzen 7 9800x3d | Arctic Liquid Freeze 3 Pro 360 | MSI X870 Tomahawk Wi-Fi | MSI RTX 5080 Gaming Trio OC | Gskill Flare X5 6000MT/s CL30

1tb WD Black SN850x NVMe | 4tb WD SN850x NVMe | Antec Flux Pro | Be Quiet Pure Power 13 M 1000w | OWC 10gb NIC

 

Dedicated Streaming Rig

 Ryzen 7 3700x | Asus B450-F Strix | 32gb Gskill Flare X 3200mhz | Corsair RM550x PSU | MSI Ventus 3060 12gb | 250gb 860 Evo m.2

Phanteks P300A |  Elgato HD60 Pro | Avermedia Live Gamer Duo | Avermedia 4k GC573 Capture Card

 

Link to comment
https://linustechtips.com/topic/1632280-problems-with-an-hdd/#findComment-16865937
Share on other sites

Link to post
Share on other sites

2 minutes ago, Skiiwee29 said:

You can delete them via command prompt using Diskpart. 

 

 

https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/diskpart

 

 

 

C:\Users\XxK3V1NxX>list disk
"list" is not recognized as an internal or external command,
executable program or batch file.

image.thumb.png.b69df8a06352eb5c0a996b432c3e2016.png

Link to comment
https://linustechtips.com/topic/1632280-problems-with-an-hdd/#findComment-16865938
Share on other sites

Link to post
Share on other sites

@XxK3V1NxX

 

Here are my old notes about diskpart. They may help you. From what I remember you also have to select partitions as well. So add in there, "sel parititon 1" for example.

 

From Start Menu Run Command:
	- diskpart
Lists Disks attached: 
	- list disk
Replace 4 with what ever number needed
	- sel disk 4 
List Partitions on disk selected
	- list partition
Delete EFI Partition
	- delete partition override

If you want, you could boot into a Linux using a live USB, say Linux Mint, and gparted, it has a GUI, and just delete, or resize whatever you want. It works just like the Windows image you have above, but won't stop you from delete, or adding whatever you want. 

Link to comment
https://linustechtips.com/topic/1632280-problems-with-an-hdd/#findComment-16865945
Share on other sites

Link to post
Share on other sites

1 minute ago, OhioYJ said:

@XxK3V1NxX

 

Here are my old notes about diskpart. They may help you. From what I remember you also have to select partitions as well. So add in there, "sel parititon 1" for example.

 

From Start Menu Run Command:
	- diskpart
Lists Disks attached: 
	- list disk
Replace 4 with what ever number needed
	- sel disk 4 
List Partitions on disk selected
	- list partition
Delete EFI Partition
	- delete partition override

If you want, you could boot into a Linux using a live USB, say Linux Mint, and gparted, it has a GUI, and just delete, or resize whatever you want. It works just like the Windows image you have above, but won't stop you from delete, or adding whatever you want. 

And what if there are multiple partitions, as in this case?image.png.23b5a9b6473c5960e3162a2411348c9b.png

Link to comment
https://linustechtips.com/topic/1632280-problems-with-an-hdd/#findComment-16865947
Share on other sites

Link to post
Share on other sites

1 minute ago, XxK3V1NxX said:

And what if there are multiple partitions, as in this case?

You have to do them individually. 

 

Select 1, delete 1. Select 2, delete 2. And so on.  You unfortunately have to do them one at a time.

 

You don't have to do them all, you can skip some, you can do them in any order. Delete just what you need to, or delete them all if you want. You will need to do them one at a time though.

Link to comment
https://linustechtips.com/topic/1632280-problems-with-an-hdd/#findComment-16865948
Share on other sites

Link to post
Share on other sites

3 minutes ago, OhioYJ said:

You have to do them individually. 

 

Select 1, delete 1. Select 2, delete 2. And so on.  You unfortunately have to do them one at a time.

 

You don't have to do them all, you can skip some, you can do them in any order. Delete just what you need to, or delete them all if you want. You will need to do them one at a time though.

Thank you so much, friend. I was able to remove all partitions.

I hope you have a lovely morning/afternoon/evening

Link to comment
https://linustechtips.com/topic/1632280-problems-with-an-hdd/#findComment-16865949
Share on other sites

Link to post
Share on other sites

5 hours ago, OhioYJ said:

You have to do them individually. 

 

Select 1, delete 1. Select 2, delete 2. And so on.  You unfortunately have to do them one at a time.

 

You don't have to do them all, you can skip some, you can do them in any order. Delete just what you need to, or delete them all if you want. You will need to do them one at a time though.

You can just use the clean command, much easier.

Link to comment
https://linustechtips.com/topic/1632280-problems-with-an-hdd/#findComment-16866008
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×