Hello, how are you?
My name is Paloma B., I am very happy to be able to try to help you in the best possible way.
This is an open community, whenever you need you can share the problem so that possible repairs are suggested.
If you run diskpart, is that disk listed?
Try formatting it following the procedure below please.
First open the Command Prompt, press Windows + R, type cmd and click OK.
- In the Prompt type DISKPART, when it opens, DISKPART will appear on the left.
- Type LIST DISK, this command will list the hard drives installed on the machine, pay close attention not to choose the wrong hard drive.
- Type SELECT DISK “X”, in place of the X put the number for the HD you want to format, put without quotes.
- Now just type the commands below and press Enter at each command.
- Commands:
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS QUICK
ASSIGN
EXIT
EXIT
Check if the disk is listed in Windows Explorer.