免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
楼主: xcfan
打印 上一主题 下一主题

CentOS5下作软raid 请求解答--在线求解 [复制链接]

论坛徽章:
0
41 [报告]
发表于 2010-09-15 17:22 |只看该作者
我的机器现况:
  1. # fdisk -l

  2. Disk /dev/sda: 160.0 GB, 160041885696 bytes
  3. 255 heads, 63 sectors/track, 19457 cylinders
  4. Units = cylinders of 16065 * 512 = 8225280 bytes

  5.    Device Boot      Start         End      Blocks   Id  System
  6. /dev/sda1   *           1          13      104391   83  Linux
  7. /dev/sda2              14       19457   156183930   8e  Linux LVM

  8. Disk /dev/sdb: 500.1 GB, 500107862016 bytes
  9. 255 heads, 63 sectors/track, 60801 cylinders
  10. Units = cylinders of 16065 * 512 = 8225280 bytes

  11.    Device Boot      Start         End      Blocks   Id  System
  12. /dev/sdb1               1       60801   488384001   fd  Linux raid autodetect
复制代码
  1. # cat /proc/mdstat
  2. Personalities : [raid1]
  3. md0 : active raid1 sdb1[1]
  4.       488383936 blocks [2/1] [_U]

  5. unused devices: <none>
复制代码
还能救活吗?

论坛徽章:
0
42 [报告]
发表于 2010-09-15 17:53 |只看该作者
回复  platinum


    我执行过 rm -rf /dev/md0 了

  现在也看不到 /dev/md0 了,是不是只能重新fd ...
xcfan 发表于 2010-09-15 17:17



/dev/md0 是一个设备,标准的做法不是删除设备,而是用 mdadm 停用、启用设备,你这样做有可能把 RAID 破坏了
mdadm -Ss 停止一个已 umount 的 RAID 设备
mdadm -As 启用一个 RAID 设备,自动生成 /dev/md0

论坛徽章:
0
43 [报告]
发表于 2010-09-15 19:41 |只看该作者
上帝啊………………………………………………
昨天才拆封的硬盘阿
  1. Sep 15 19:28:48 www kernel: sdc: Current [descriptor]: sense key: Medium Error
  2. Sep 15 19:28:48 www kernel:     Add. Sense: Unrecovered read error - auto reallocate failed
  3. Sep 15 19:28:48 www kernel:
  4. Sep 15 19:28:48 www kernel: Descriptor sense data with sense descriptors (in hex):
  5. Sep 15 19:28:48 www kernel:         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
  6. Sep 15 19:28:48 www kernel:         3a 38 4b c3
  7. Sep 15 19:28:48 www kernel: end_request: I/O error, dev sdc, sector 976767939
  8. Sep 15 19:28:48 www kernel: Buffer I/O error on device sdc1, logical block 488383938
  9. Sep 15 19:28:48 www kernel: Buffer I/O error on device sdc1, logical block 488383939
  10. Sep 15 19:28:48 www kernel: ata2: EH complete
  11. Sep 15 19:28:48 www kernel: SCSI device sdc: 976773168 512-byte hdwr sectors (500108 MB)
  12. Sep 15 19:28:51 www kernel: ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
  13. Sep 15 19:28:51 www kernel: ata2.00: (BMDMA stat 0x24)
  14. Sep 15 19:28:51 www kernel: ata2.00: cmd 25/00:04:c3:4b:38/00:00:3a:00:00/e0 tag 0 cdb 0x0 data 2048 in
  15. Sep 15 19:28:51 www kernel:          res 51/40:00:c3:4b:38/40:00:3a:00:00/e0 Emask 0x9 (media error)
  16. Sep 15 19:28:51 www kernel: ata2.00: configured for UDMA/133
  17. Sep 15 19:28:51 www kernel: ata2: EH complete
  18. Sep 15 19:28:53 www kernel: ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
  19. Sep 15 19:28:53 www kernel: ata2.00: (BMDMA stat 0x24)
  20. Sep 15 19:28:53 www kernel: ata2.00: cmd 25/00:04:c3:4b:38/00:00:3a:00:00/e0 tag 0 cdb 0x0 data 2048 in
  21. Sep 15 19:28:53 www kernel:          res 51/40:00:c3:4b:38/40:00:3a:00:00/e0 Emask 0x9 (media error)
  22. Sep 15 19:28:53 www kernel: ata2.00: configured for UDMA/133
  23. Sep 15 19:28:53 www kernel: ata2: EH complete
  24. Sep 15 19:28:56 www kernel: ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
  25. Sep 15 19:28:56 www kernel: ata2.00: (BMDMA stat 0x24)
  26. Sep 15 19:28:56 www kernel: ata2.00: cmd 25/00:04:c3:4b:38/00:00:3a:00:00/e0 tag 0 cdb 0x0 data 2048 in
  27. Sep 15 19:28:56 www kernel:          res 51/40:00:c3:4b:38/40:00:3a:00:00/e0 Emask 0x9 (media error)
  28. Sep 15 19:28:56 www kernel: ata2.00: configured for UDMA/133
  29. Sep 15 19:28:56 www kernel: ata2: EH complete
  30. Sep 15 19:28:59 www kernel: ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
  31. Sep 15 19:28:59 www kernel: ata2.00: (BMDMA stat 0x24)
  32. Sep 15 19:28:59 www kernel: ata2.00: cmd 25/00:04:c3:4b:38/00:00:3a:00:00/e0 tag 0 cdb 0x0 data 2048 in
  33. Sep 15 19:28:59 www kernel:          res 51/40:00:c3:4b:38/40:00:3a:00:00/e0 Emask 0x9 (media error)
  34. Sep 15 19:28:59 www kernel: ata2.00: configured for UDMA/133
  35. Sep 15 19:28:59 www kernel: ata2: EH complete
  36. Sep 15 19:29:01 www kernel: ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
  37. Sep 15 19:29:01 www kernel: ata2.00: (BMDMA stat 0x24)
  38. Sep 15 19:29:01 www kernel: ata2.00: cmd 25/00:04:c3:4b:38/00:00:3a:00:00/e0 tag 0 cdb 0x0 data 2048 in
  39. Sep 15 19:29:01 www kernel:          res 51/40:00:c3:4b:38/40:00:3a:00:00/e0 Emask 0x9 (media error)
  40. Sep 15 19:29:01 www kernel: ata2.00: configured for UDMA/133
  41. Sep 15 19:29:01 www kernel: ata2: EH complete
  42. Sep 15 19:29:04 www kernel: ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
  43. Sep 15 19:29:04 www kernel: ata2.00: (BMDMA stat 0x24)
  44. Sep 15 19:29:04 www kernel: ata2.00: cmd 25/00:04:c3:4b:38/00:00:3a:00:00/e0 tag 0 cdb 0x0 data 2048 in
  45. Sep 15 19:29:04 www kernel:          res 51/40:00:c3:4b:38/40:00:3a:00:00/e0 Emask 0x9 (media error)
  46. Sep 15 19:29:04 www kernel: ata2.00: configured for UDMA/133
  47. Sep 15 19:29:04 www kernel: sd 1:0:0:0: SCSI error: return code = 0x08000002
  48. Sep 15 19:29:04 www kernel: sdc: Current [descriptor]: sense key: Medium Error
  49. Sep 15 19:29:04 www kernel:     Add. Sense: Unrecovered read error - auto reallocate failed
  50. Sep 15 19:29:04 www kernel:
  51. Sep 15 19:29:04 www kernel: Descriptor sense data with sense descriptors (in hex):
  52. Sep 15 19:29:04 www kernel:         72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
  53. Sep 15 19:29:04 www kernel:         3a 38 4b c3
  54. Sep 15 19:29:04 www kernel: end_request: I/O error, dev sdc, sector 976767939
  55. Sep 15 19:29:04 www kernel: Buffer I/O error on device sdc1, logical block 488383938
  56. Sep 15 19:29:04 www kernel: Buffer I/O error on device sdc1, logical block 488383939
复制代码

论坛徽章:
0
44 [报告]
发表于 2010-09-15 19:41 |只看该作者
现在重新fdisk都不行了阿

论坛徽章:
381
CU十二周年纪念徽章
日期:2014-01-04 22:46:58CU大牛徽章
日期:2013-03-13 15:32:35CU大牛徽章
日期:2013-03-13 15:38:15CU大牛徽章
日期:2013-03-13 15:38:52CU大牛徽章
日期:2013-03-14 14:08:55CU大牛徽章
日期:2013-04-17 11:17:19CU大牛徽章
日期:2013-04-17 11:17:32CU大牛徽章
日期:2013-04-17 11:17:37CU大牛徽章
日期:2013-04-17 11:17:42CU大牛徽章
日期:2013-04-17 11:17:47CU大牛徽章
日期:2013-04-17 11:17:52CU大牛徽章
日期:2013-04-17 11:17:56
45 [报告]
发表于 2010-09-15 21:01 |只看该作者
检查下sdc,看看是不是硬件故障

论坛徽章:
0
46 [报告]
发表于 2010-09-16 10:54 |只看该作者
闲的没事干

搞什么软raid
活该出事

论坛徽章:
0
47 [报告]
发表于 2010-09-16 15:55 |只看该作者
相信软raid不会死人。

论坛徽章:
0
48 [报告]
发表于 2010-09-17 12:10 |只看该作者
回复 2# fly_gougou


    不光是LINUX上有软RAID,WINDOWS上也有。

论坛徽章:
0
49 [报告]
发表于 2010-09-17 13:35 |只看该作者
建議不要用軟RAID, 軟RAID效率不彰, 且如果資料安全性堪慮,
個人覺得經濟能力許可買HP的RAID卡是比較好的選擇,
小牌便宜主板付送的就算了, 連軟RAID都比不上

個人以為, 用軟RAID乾脆不要用, 或是定期備份

论坛徽章:
0
50 [报告]
发表于 2010-09-17 20:02 |只看该作者
1、确保你的 2 块硬盘一模一样
2、fdisk 对两块硬盘分区,全部只分一个区即可,分区标识用 fd
3、假如你的 ...
platinum 发表于 2010-09-13 21:23



    {:3_197:} 没错,写的很好啊
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP