I've try what you've suggested , here is the result:
Code: Select all
eriol@ubuntu:~$ sudo hdparm -Tt /dev/sdb
[sudo] password for eriol:
/dev/sdb:
read() failed: Input/output error
Timing buffered disk reads: read() failed: Input/output error
eriol@ubuntu:~$ sudo hdparm --yes-i-know-what-i-am-doing --dco-restore /dev/sdb
/dev/sdb:
issuing DCO restore command
HDIO_DRIVE_CMD(dco_restore) failed: Input/output error
eriol@ubuntu:~$ sudo hdparm -N /dev/sdb
/dev/sdb:
READ_NATIVE_MAX_ADDRESS_EXT failed: Input/output error
eriol@ubuntu:~$ sudo hdparm -N /dev/sdb
/dev/sdb:
READ_NATIVE_MAX_ADDRESS_EXT failed: Input/output error
eriol@ubuntu:~$ sudo hdparm -N XXXX /dev/sdb
XXXX: No such file or directory
eriol@ubuntu:~$ sudo hdparm -N /dev/sdb
/dev/sdb:
READ_NATIVE_MAX_ADDRESS_EXT failed: Input/output error
when I want to check the harddisk using Gparted, this notification show up
and i ignored it
the notification repeat show up about 4-5 times, and the result in gparted is like this
the result after i try fsck
Code: Select all
root@ubuntu:~# fsck -a /dev/sdb
fsck from util-linux 2.20.1
fsck.ext2: Attempt to read block from filesystem resulted in short read while trying to open /dev/sdb
Could this be a zero-length partition?
root@ubuntu:~# fsck -y /dev/sdb
fsck from util-linux 2.20.1
e2fsck 1.42.9 (4-Feb-2014)
fsck.ext2: Attempt to read block from filesystem resulted in short read while trying to open /dev/sdb
Could this be a zero-length partition?
the result of hdparm -I
Code: Select all
eriol@ubuntu:~$ sudo hdparm -I /dev/sdb
[sudo] password for eriol:
/dev/sdb:
ATA device, with non-removable media
Model Number: ST6000AS0002
Serial Number: Z8401JTS
Firmware Revision: AR13
Transport: Serial, SATA Rev 3.0
Standards:
Used: unknown (minor revision code 0x0029)
Supported: 8 7 6 5
Likely used: 8
Configuration:
Logical max current
cylinders 16383 16383
heads 16 16
sectors/track 63 63
--
CHS current addressable sectors: 16514064
LBA user addressable sectors: 268435455
LBA48 user addressable sectors: 8089950
Logical/Physical Sector size: 512 bytes
device size with M = 1024*1024: 3950 MBytes
device size with M = 1000*1000: 4142 MBytes (4 GB)
cache/buffer size = unknown
Nominal Media Rotation Rate: 7200
Capabilities:
LBA, IORDY(can be disabled)
Queue depth: 32
Standby timer values: spec'd by Standard, no device specific minimum
R/W multiple sector transfer: Max = 16 Current = 16
Recommended acoustic management value: 254, current value: 0
DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 *udma6
Cycle time: min=120ns recommended=120ns
PIO: pio0 pio1 pio2 pio3 pio4
Cycle time: no flow control=120ns IORDY flow control=120ns
Commands/features:
Enabled Supported:
* SMART feature set
Security Mode feature set
* Power Management feature set
* Write cache
* Look-ahead
* Host Protected Area feature set
* WRITE_BUFFER command
* READ_BUFFER command
* DOWNLOAD_MICROCODE
SET_MAX security extension
* 48-bit Address feature set
* Device Configuration Overlay feature set
* Mandatory FLUSH_CACHE
* FLUSH_CACHE_EXT
* SMART error logging
* SMART self-test
* General Purpose Logging feature set
* WRITE_{DMA|MULTIPLE}_FUA_EXT
* 64-bit World wide name
Write-Read-Verify feature set
* WRITE_UNCORRECTABLE_EXT command
* {READ,WRITE}_DMA_EXT_GPL commands
* Segmented DOWNLOAD_MICROCODE
unknown 119[6]
* unknown 119[7]
* Gen1 signaling speed (1.5Gb/s)
* Gen2 signaling speed (3.0Gb/s)
* Gen3 signaling speed (6.0Gb/s)
* Native Command Queueing (NCQ)
* Phy event counters
* READ_LOG_DMA_EXT equivalent to READ_LOG_EXT
Device-initiated interface power management
Software settings preservation
* SMART Command Transport (SCT) feature set
* SCT Write Same (AC2)
* SCT Error Recovery Control (AC3)
* SCT Features Control (AC4)
* SCT Data Tables (AC5)
unknown 206[7]
unknown 206[12] (vendor specific)
Security:
Master password revision code = 65534
supported
not enabled
not locked
not frozen
not expired: security count
supported: enhanced erase
210min for SECURITY ERASE UNIT. 210min for ENHANCED SECURITY ERASE UNIT.
Logical Unit WWN Device Identifier: 5000c5007a552b94
NAA : 5
IEEE OUI : 000c50
Unique ID : 07a552b94
Integrity word not set (found 0x0000, expected 0x34a5)
also already try to initialize GPT partition the hard disk, but also no result
