Data recovery and disk repair questions and discussions related to old-fashioned SATA, SAS, SCSI, IDE, MFM hard drives - any type of storage device that has moving parts
Post a reply

Drive Capacity Incorrect

December 29th, 2015, 4:40

I have a brand new 8 TB hard drive that is reporting as only 3.86 GB in Disk Management. Obviously, I could send the drive back, but is there any fixing it as an alternative? Just checking... Thank you in advance.
Attachments
disk_management.jpg
Bottom one in Disk Management

Re: Drive Capacity Incorrect

December 29th, 2015, 5:15

Have you bought it from a reliable source? Maybe it is just a fake.

Re: Drive Capacity Incorrect

December 29th, 2015, 5:16

I bought it from Amazon where Amazon was the actual seller, I believe.

Re: Drive Capacity Incorrect

December 29th, 2015, 5:56

Hi,

Try the following in command prompt under administrator.

Type “diskpart” after the command prompt to start the Disk Partition utility. This should result in a DISKPART command prompt.
Type each of the following commands, one at a time, after the DISKPART prompt, pressing “Enter” after each:

list disk
select disk # (select the disk number that shows 3.86GB as capacity)
clean
create partition primary
select partition 1
active
format FS=NTFS (this will take sometime)
assign
exit

The disk should be back to full capacity. If not then i would send it back as its probably a fake.

Re: Drive Capacity Incorrect

December 29th, 2015, 7:22

If you right click where it says "not initialized" and select properties, what model no. is shown?

Re: Drive Capacity Incorrect

December 29th, 2015, 17:53

Doesn't the symptom reflect a problem with SA access? Isn't this what you see if you remove the PCB and access it on its own?

Does the drive spin up? Any bad noises?

Re: Drive Capacity Incorrect

December 30th, 2015, 3:30

3.86GB... Is it a Seagate? ;)

Re: Drive Capacity Incorrect

December 30th, 2015, 4:19

fzabkar wrote:Doesn't the symptom reflect a problem with SA access? Isn't this what you see if you remove the PCB and access it on its own?

Exactly so, looks like DOA
Post a reply