怎样判断硬盘已经坏了

发布于 2022-09-06 16:09:31 字数 1687 浏览 12 评论 9

一台v240的机器,用iostat -E发现sd0上有Hard Errors,Transport Errors,具体内容如下,是不是第一块硬盘坏了,如果不是,怎样找出是哪块坏了呢,先谢谢大家了
# iostat -E
sd0      Soft Errors: 0 Hard Errors: 12 Transport Errors: 8
Vendor: FUJITSU  Product: MAT3073N SUN72G  Revision: 0602 Serial No: 000533B09SJ9     
Size: 73.40GB <73400057856 bytes>
Media Error: 10 Device Not Ready: 0 No Device: 2 Recoverable: 0
Illegal Request: 0 Predictive Failure Analysis: 2
sd1      Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Vendor: FUJITSU  Product: MAT3073N SUN72G  Revision: 0602 Serial No: 000533B09TEA     
Size: 73.40GB <73400057856 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 0 Predictive Failure Analysis: 0
sd2      Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Vendor: SEAGATE  Product: ST314670LSUN146G Revision: 045A Serial No: 0843HCD1         
Size: 146.80GB <146800115712 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 0 Predictive Failure Analysis: 0
sd3      Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
Vendor: SEAGATE  Product: ST314670LSUN146G Revision: 045A Serial No: 0743PQ5V         
Size: 146.80GB <146800115712 bytes>
Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
Illegal Request: 0 Predictive Failure Analysis: 0

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(9

天赋异禀 2022-09-11 02:23:41

sd0 has several media error and twice "Predictive Failure Analysis" is reported , which should be replaced.

Media Error: 10 Device Not Ready: 0 No Device: 2 Recoverable: 0
Illegal Request: 0 Predictive Failure Analysis: 2

to locate sd0, you need find out sd0's physical address and then decode its physical location.

such as:
# grep sd /etc/path_to_inst | grep 0

"/pci@8,700000/scsi@6/sd@0,0" 0 "sd"

肤浅与狂妄 2022-09-11 02:17:17

RP好的话,坏道可以修复的,难道没人尝试过吗

失退 2022-09-11 01:57:43

有坏道了,趁早换了吧

饭团 2022-09-11 01:46:25

有media error了。说明有坏道了,建议更换。,

‘画卷フ 2022-09-11 01:27:30

蜘蛛很强大!

‘画卷フ 2022-09-11 01:02:01

楼上正解啊

乖乖 2022-09-10 09:57:37

不一定,看看format状态,dmesg信息中的这个盘的坏块报错的块是否是同一个,可以用format进行repair,还有就是会是否有用SVM做卷管理,可以看看metstat,metadb的信息!

哆兒滾 2022-09-09 14:49:04

回楼上的,是不是确定是第一块坏了呢?

只为守护你 2022-09-07 17:45:56

坏可能性很大,换吧!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文