- 论坛徽章:
- 0
|
原帖由 jerrywjl 于 2009-4-20 15:18 发表 ![]()
echo那个,用于在系统运行过程中去扫描磁盘阵列即探测盘阵。
对于盘阵这种东西先要找到设备加载驱动才能获得设备分区情况,获得设备分区才能获取逻辑卷元数据,获得逻辑卷元数据才有可能识别文件系统。
...
谢谢,jerrywjl,我用lsmod查了驱动程序,驱动是在的,我觉得就是我做的一个pv 坏掉了,估计应该是硬件问题,不知道有没有办法把其他pv上的数据导出来。
下面是fdisk -l命令的输出,/dev/sdb到/dev/sdi是原来做的pv,现在看起来/dev/sdb是出问题了:
[root@io01 ~]# fdisk -l
Disk /dev/sda: 299.8 GB, 299882250240 bytes
255 heads, 63 sectors/track, 36458 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 2611 20972826 83 Linux
/dev/sda2 2612 5222 20972857+ 83 Linux
/dev/sda3 5223 18276 104856255 83 Linux
/dev/sda4 18277 36458 146046915 5 Extended
/dev/sda5 18277 35414 137660953+ 83 Linux
/dev/sda6 35415 35675 2096451 82 Linux swap
/dev/sda7 35676 35936 2096451 82 Linux swap
/dev/sda8 35937 36197 2096451 82 Linux swap
/dev/sda9 36198 36458 2096451 82 Linux swap
Disk /dev/sdb: 966.3 GB, 966367641600 bytes ====> 这是第一个pv,坏的就是这个pv了,整个vg都挂了
255 heads, 63 sectors/track, 117487 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 ? 264386 257082 2088818490 1 FAT12
Partition 1 does not end on cylinder boundary.
/dev/sdb2 ? 66852 51358 2023024920+ 42 SFS
Partition 2 does not end on cylinder boundary.
/dev/sdb3 ? 105920 105961 329394 6f Unknown
Partition 3 does not end on cylinder boundary.
/dev/sdb4 87045 154994 545800106+ 49 Unknown
Partition 4 does not end on cylinder boundary.
Partition table entries are not in disk order
Disk /dev/sdc: 1047.0 GB, 1047026204672 bytes
255 heads, 63 sectors/track, 127293 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 1 127293 1022480991 8e Linux LVM
Disk /dev/sdd: 966.3 GB, 966367641600 bytes
255 heads, 63 sectors/track, 117487 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdd1 1 117487 943714296 8e Linux LVM
Disk /dev/sde: 1047.0 GB, 1047026204672 bytes
255 heads, 63 sectors/track, 127293 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sde1 1 127293 1022480991 8e Linux LVM
Disk /dev/sdf: 966.3 GB, 966367641600 bytes
255 heads, 63 sectors/track, 117487 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdf1 1 117487 943714296 8e Linux LVM
Disk /dev/sdg: 1047.0 GB, 1047026204672 bytes
255 heads, 63 sectors/track, 127293 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdg1 1 127293 1022480991 8e Linux LVM
Disk /dev/sdh: 966.3 GB, 966367641600 bytes
255 heads, 63 sectors/track, 117487 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdh1 1 117487 943714296 8e Linux LVM
Disk /dev/sdi: 1047.0 GB, 1047026204672 bytes
255 heads, 63 sectors/track, 127293 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdi1 1 127293 1022480991 8e Linux LVM
[root@io01 ~]#
[ 本帖最后由 Lippman 于 2009-4-21 10:13 编辑 ] |
|