RAID1+LVM问题

发布于 2022-08-18 04:23:08 字数 522 浏览 8 评论 4

图片1.png (8.49 KB, 下载次数: 6)

下载附件

2009-07-30 12:58 上传


磁盘如图这种方式

dm全是RAID1

怎么来检查各个部分是否都工作正常?怎么来看这两个磁盘是不是都工作正常?

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

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

发布评论

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

评论(4

女中豪杰 2022-08-28 03:17:07

首先谢谢上面两位:)

host:~# cat /etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/mapper/vg00-root /               ext3    errors=remount-ro 0       1
/dev/md0        /boot           ext3    defaults        0       2
/dev/mapper/vg00-swap none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto     0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0

关键是我在dmesg的时候出现这个信息

[    4.902949] md: raid1 personality registered for level 1
[    4.910474] md: md0 stopped.
[    4.916297] md: bind<sdb1>
[    4.916517] md: bind<sda1>
[    4.916541] md: kicking non-fresh sdb1 from array!
[    4.916547] md: unbind<sdb1>
[    4.916554] md: export_rdev(sdb1)
[    4.926469] raid1: raid set md0 active with 1 out of 2 mirrors
[    4.926469] md: md1 stopped.
[    4.958621] md: bind<sdb2>
[    4.961541] md: bind<sda2>
[    4.961563] md: kicking non-fresh sdb2 from array!
[    4.961571] md: unbind<sdb2>
[    4.961578] md: export_rdev(sdb2)
[    4.970950] raid1: raid set md1 active with 1 out of 2 mirrors

还有 fdisk -l的时候出现这个信息

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000e40a6

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1          62      497983+  fd  Linux raid autodetect
/dev/sda2              63       58419   468752602+  fd  Linux raid autodetect

Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000e40a6

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1          62      497983+  fd  Linux raid autodetect
/dev/sdb2              63       58419   468752602+  fd  Linux raid autodetect

Disk /dev/md0: 509 MB, 509804544 bytes
2 heads, 4 sectors/track, 124464 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk identifier: 0x00000000

Disk /dev/md0 doesn't contain a valid partition table

Disk /dev/md1: 480.0 GB, 480002572288 bytes
2 heads, 4 sectors/track, 117188128 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk identifier: 0x00000000

Disk /dev/md1 doesn't contain a valid partition table

Disk /dev/dm-0: 7998 MB, 7998537728 bytes
255 heads, 63 sectors/track, 972 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000

Disk /dev/dm-0 doesn't contain a valid partition table

Disk /dev/dm-1: 472.0 GB, 472001806336 bytes
255 heads, 63 sectors/track, 57384 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000

Disk /dev/dm-1 doesn't contain a valid partition table

从上面的这些信息发现好像有点问题呢

忆伤 2022-08-27 21:30:33

不报错就是正常的。。

站稳脚跟 2022-08-27 00:00:26

如果不正常工作,就会有出错信息的

毁梦 2022-08-25 08:11:47

哇塞,这个咋找我了。

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