Can't Initialize new Hard Drive -errors

tkreger

Distinguished
Aug 9, 2012
35
0
18,530
Hello,
I purchased a reimbursed hard drive, WD - Green, 3 TB, thru Amazon. It came packed and sealed like a new unit.

In Windows 10 Disk Management, when I try ti Initialize it GPT, i get the error:
"The specified disk is not convertible because the size is less than the minimum size required for GPT disks"

When I try to Initialize it MRB, i get the error message:
"The request could not be performed because of an I/O device error"

The new PC was built 3 months ago, high end system. I am using brand new SATA cable.

I purchased AOMEI and tried it thru that tool, but similar error messages.

I wiped the drive in case there was anything on it. It said the wipe was "Successful". But I still cannot initialize.

Any ideas / suggestions? I am assuming the drive is damaged and I will have to return it. But want to make sure I have not done something I needs to do to get it to work.

Thanks,
Todd
 
Use diskpart to clean your new drive then convert to gpt and create a partition.
  • diskpart
    list disk
    select disk x (x - number of your 3TB drive)
    clean
    convert gpt
    create partition primary
    format fs=ntfs quick
    exit
If still doesn't work, then post screenshot from HDtune health.
 


Sorry - but what is diskpart?

 
DISKPART> list disk

Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 931 GB 0 B
Disk 1 Online 223 GB 449 MB
Disk 2 Online 476 GB 0 B *
Disk 3 No Media 0 B 0 B
Disk 4 No Media 0 B 0 B
Disk 5 No Media 0 B 0 B
Disk 6 No Media 0 B 0 B
Disk 7 No Media 0 B 0 B
Disk 8 Online 0 B 0 B

DISKPART> select disk 8

Disk 8 is now the selected disk.

DISKPART> clean

DiskPart succeeded in cleaning the disk.

DISKPART> convert gpt

DiskPart has encountered an error: The request could not be performed because of an I/O device error.
See the System Event Log for more information.

DISKPART>
 


I dont see how to post a picture. But i pasted the text.


DISKPART> list disk

Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 931 GB 0 B
Disk 1 Online 223 GB 449 MB
Disk 2 Online 476 GB 0 B *
Disk 3 No Media 0 B 0 B
Disk 4 No Media 0 B 0 B
Disk 5 No Media 0 B 0 B
Disk 6 No Media 0 B 0 B
Disk 7 No Media 0 B 0 B
Disk 8 Online 0 B 0 B

DISKPART> select disk 8

Disk 8 is now the selected disk.

DISKPART> clean

DiskPart succeeded in cleaning the disk.

DISKPART> convert gpt

DiskPart has encountered an error: The request could not be performed because of an I/O device error.
See the System Event Log for more information.

DISKPART>
 
4lss9l.png

 

TRENDING THREADS