Running Suse11.0 I purchased a new 1tb hdd today, excitedly came home, plugged it in and all seemed well.
The disk forms disk 0 in an LVM but whenever I try to write data to it the system says it’s going to take days to copy 350mb!!
I checked my /var/log/messages and see repeated entries:
May 2 21:19:15 bgrsvr-x kernel: ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
May 2 21:19:15 bgrsvr-x kernel: ata5.00: configured for UDMA/33
May 2 21:19:15 bgrsvr-x kernel: ata5: EH complete
May 2 21:19:15 bgrsvr-x kernel: ata5.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
May 2 21:19:15 bgrsvr-x kernel: ata5.00: BMDMA2 stat 0x8650001
May 2 21:19:15 bgrsvr-x kernel: ata5.00: cmd 35/00:00:37:8e:d7/00:04:49:00:00/e0 tag 0 dma 524288 out
May 2 21:19:15 bgrsvr-x kernel: res 51/04:e1:56:8e:d7/00:03:49:00:00/e0 Emask 0x1 (device error)
May 2 21:19:15 bgrsvr-x kernel: ata5.00: status: { DRDY ERR }
May 2 21:19:15 bgrsvr-x kernel: ata5.00: error: { ABRT }
May 2 21:19:15 bgrsvr-x kernel: ata5.00: both IDENTIFYs aborted, assuming NODEV
May 2 21:19:15 bgrsvr-x kernel: ata5.00: revalidation failed (errno=-2)
May 2 21:19:15 bgrsvr-x kernel: ata5: failed to recover some devices, retrying in 5 secs
May 2 21:19:20 bgrsvr-x kernel: ata5: soft resetting link
The “device error” is kinda giving away there is a problem but it’s a brand new WD Caviar “Green” drive. Are there any utilities I could run to see if it’s a duff drive?
Although I DO have SMART installed, if I try to access the disk in any way shape or form (eg Konquerer or command line), the Konquerer window or shell session hangs. Same if I go into Partitioner, it just hangs and I have to kill the process to recover.
I will try the sudo smartctl -a /dev/… and re-post/edit when done