Unknown disk, not initialized fix data error cyclic redundancy check CRC error for hard drive

I tried to add my old hard drive in my PC.

  1. First tried with SATA Cable
  2. Second tried with USB To SATA Cable

In both of them HDD status is not initialized and type is unknownunknown disk not initialized fix data

I tried to initial disk in disk management and receive following error:

Disk error (cyclic redundancy check)

I tried with CMD command like following commands step by step:

C:\Windows\system32>diskpart
Microsoft DiskPart version 10.0.18362.1533
Copyright (C) Microsoft Corporation.
On computer: AMIRNBA9
DISKPART> list disk Disk ### Status Size Free Dyn Gpt -------- ------------- ------- ------- --- --- Disk 0 Online 238 GB 0 B Disk 1 Online 931 GB 0 B Disk 2 Online 931 GB 931 GB
DISKPART> Select disk 2
Disk 2 is now the selected disk.
DISKPART> clean
DiskPart succeeded in cleaning the disk.
DISKPART> create partion primary
Microsoft DiskPart version 10.0.18362.1533
PARTITION - Create a partition.
VOLUME - Create a volume.
VDISK - Creates a virtual disk file.
DISKPART> create partition primary
DiskPart has encountered an error: Data error (cyclic redundancy check).
See the System Event Log for more information.
DISKPART> Select disk 2
Disk 2 is now the selected disk.
DISKPART> clean
DiskPart succeeded in cleaning the disk.
DISKPART> format

and give error for all type of partition:

DISKPART> create partition efi
DiskPart has encountered an error: Data error (cyclic redundancy check).
See the System Event Log for more information.
DISKPART> create partition extended
DiskPart has encountered an error: Data error (cyclic redundancy check).
See the System Event Log for more information.
DISKPART> create partition logical
DiskPart has encountered an error: Data error (cyclic redundancy check).
See the System Event Log for more information.
DISKPART> create partition msr
DiskPart has encountered an error: Data error (cyclic redundancy check).
See the System Event Log for more information.
DISKPART> create partition primary
DiskPart has encountered an error: Data error (cyclic redundancy check).
See the System Event Log for more information.

Then I checked error-log and find this :

The device, \Device\Harddisk2\DR3, has a bad block.

Then download WinObj and read fixed article but my hard drive isn't Volume like that.

enter image description here

I can't find any solution for fixed this problem.

my disk attribute is :

attributes disk
Current Read-only State : No
Read-only : No
Boot Disk : No
Pagefile Disk : No
Hibernation File Disk : No
Crashdump Disk : No
Clustered Disk : No
DISKPART> DETAIL disk
ST310003 40NS USB Device
Disk ID: 00000000
Type : USB
Status : Online
Path : 0
Target : 0
LUN ID : 0
Location Path : UNAVAILABLE
Current Read-only State : No
Read-only : No
Boot Disk : No
Pagefile Disk : No
Hibernation File Disk : No
Crashdump Disk : No
Clustered Disk : No

Use SmartTools :

smartctl -t short /dev/sdc
smartctl 7.2 2020-12-30 r5155 [x86_64-w64-mingw32-w10-1909] (sf-7.2-1)
Smartctl open device: /dev/sdc [USB JMicron] failed: IOCTL_SCSI_PASS_THROUGH failed, Error=1167
8 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like