免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1450 | 回复: 8
打印 上一主题 下一主题

关于软raid的问题,向各位大侠请教了!!! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-06-06 12:32 |只看该作者 |倒序浏览
现在打算做软raid的测试,环境是这样的:
VMware的虚拟机,虚拟了两块硬盘。以前没玩过,所以不确定怎么做
尝试了一下,做raid1
也不知道成功没有,贴出以一些信息,望各位大侠不吝赐教啊!!!!
[root@bear ~]# cat /proc/mdstat
Personalities : [raid0] [raid1]
md1 : active raid1 hdb2[2] hda2[0]
      10482304 blocks [2/1] [U_]
      [=================>...]  recovery = 89.3% (9368704/10482304) finish=1.4min speed=13056K/sec
md3 : active raid0 hdb3[1] hda3[0]
      18426368 blocks 256k chunks

md2 : active raid1 hdb5[1] hda5[0]
      521984 blocks [2/2] [UU]

md0 : active raid1 hda1[0]
      104320 blocks [2/1] [U_]

unused devices: <none>

[root@bear ~]# fdisk -l
Disk /dev/hda: 21.4 GB, 21474836480 bytes
255 heads, 63 sectors/track, 2610 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1          13      104391   fd  Linux raid autodetect
/dev/hda2              14        1318    10482412+  fd  Linux raid autodetect
/dev/hda3            1319        2465     9213277+  fd  Linux raid autodetect
/dev/hda4            2466        2610     1164712+   5  Extended
/dev/hda5            2466        2530      522081   fd  Linux raid autodetect

Disk /dev/hdb: 21.4 GB, 21474836480 bytes
255 heads, 63 sectors/track, 2610 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hdb1   *           1          13      104391   fd  Linux raid autodetect
/dev/hdb2              14        1318    10482412+  fd  Linux raid autodetect
/dev/hdb3            1319        2465     9213277+  fd  Linux raid autodetect
/dev/hdb4            2466        2610     1164712+   5  Extended
/dev/hdb5            2466        2530      522081   fd  Linux raid autodetect

Disk /dev/md0: 106 MB, 106823680 bytes
2 heads, 4 sectors/track, 26080 cylinders
Units = cylinders of 8 * 512 = 4096 bytes

    Device Boot      Start         End      Blocks   Id  System

Disk /dev/md2: 534 MB, 534511616 bytes
2 heads, 4 sectors/track, 130496 cylinders
Units = cylinders of 8 * 512 = 4096 bytes

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

Disk /dev/md3: 18.8 GB, 18868600832 bytes
2 heads, 4 sectors/track, 4606592 cylinders
Units = cylinders of 8 * 512 = 4096 bytes

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

Disk /dev/md1: 10.7 GB, 10733879296 bytes
2 heads, 4 sectors/track, 2620576 cylinders
Units = cylinders of 8 * 512 = 4096 bytes

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

[root@bear ~]# df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/md1              10317752   6990828   2802812  72% /
/dev/md0                101018     12201     83601  13% /boot
none                    127332         0    127332   0% /dev/shm
/dev/md3              18136904     77888  17137700   1% /u

论坛徽章:
0
2 [报告]
发表于 2009-06-06 12:37 |只看该作者
我怎么觉得md3是raid0啊???

论坛徽章:
0
3 [报告]
发表于 2009-06-06 15:45 |只看该作者

回复 #2 bluedba 的帖子

原帖由 bluedba 于 2009-6-6 12:32 发表
md3 : active raid0 hdb3[1] hda3[0]
      18426368 blocks 256k chunks

原帖由 bluedba 于 2009-6-6 12:32 发表
   Device Boot      Start         End      Blocks   Id  System
/dev/hda3            1319        2465     9213277+  fd  Linux raid autodetect

Disk /dev/hdb: 21.4 GB, 21474836480 bytes
255 heads, 63 sectors/track, 2610 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hdb3            1319        2465     9213277+  fd  Linux raid autodetect

Disk /dev/md3: 18.8 GB, 18868600832 bytes
2 heads, 4 sectors/track, 4606592 cylinders
Units = cylinders of 8 * 512 = 4096 bytes

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


好好看看就知道你的md3是不是raid0了。

论坛徽章:
0
4 [报告]
发表于 2009-06-06 16:43 |只看该作者
现在这个呢?
[root@bear ~]# cat /proc/mdstat
Personalities : [raid1]
md1 : active raid1 hdb2[1] hda2[0]
      10482304 blocks [2/2] [UU]

md3 : active raid1 hdb3[1] hda3[0]
      9213184 blocks [2/2] [UU]

md2 : active raid1 hdb5[1] hda5[0]
      521984 blocks [2/2] [UU]

md0 : active raid1 hdb1[1] hda1[0]
      104320 blocks [2/2] [UU]

unused devices: <none>

Disk /dev/hda: 21.4 GB, 21474836480 bytes
255 heads, 63 sectors/track, 2610 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1          13      104391   fd  Linux raid autodetect
/dev/hda2              14        1318    10482412+  fd  Linux raid autodetect
/dev/hda3            1319        2465     9213277+  fd  Linux raid autodetect
/dev/hda4            2466        2610     1164712+   5  Extended
/dev/hda5            2466        2530      522081   fd  Linux raid autodetect

Disk /dev/hdb: 21.4 GB, 21474836480 bytes
255 heads, 63 sectors/track, 2610 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hdb1   *           1          13      104391   fd  Linux raid autodetect
/dev/hdb2              14        1318    10482412+  fd  Linux raid autodetect
/dev/hdb3            1319        2465     9213277+  fd  Linux raid autodetect
/dev/hdb4            2466        2610     1164712+   5  Extended
/dev/hdb5            2466        2530      522081   fd  Linux raid autodetect

Disk /dev/md0: 106 MB, 106823680 bytes
2 heads, 4 sectors/track, 26080 cylinders
Units = cylinders of 8 * 512 = 4096 bytes

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

Disk /dev/md2: 534 MB, 534511616 bytes
2 heads, 4 sectors/track, 130496 cylinders
Units = cylinders of 8 * 512 = 4096 bytes

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

Disk /dev/md3: 9434 MB, 9434300416 bytes
2 heads, 4 sectors/track, 2303296 cylinders
Units = cylinders of 8 * 512 = 4096 bytes

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

Disk /dev/md1: 10.7 GB, 10733879296 bytes
2 heads, 4 sectors/track, 2620576 cylinders
Units = cylinders of 8 * 512 = 4096 bytes

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



[root@bear ~]# df
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/md1              10317752   6990684   2802956  72% /
/dev/md0                101018     12193     83609  13% /boot
none                    127332         0    127332   0% /dev/shm
/dev/md3               9068556     53064   8554836   1% /u

论坛徽章:
0
5 [报告]
发表于 2009-06-06 16:47 |只看该作者
raid1,哥们自己看命令输出。

论坛徽章:
0
6 [报告]
发表于 2009-06-06 17:09 |只看该作者

回复 #5 jerrywjl 的帖子

我想知道成功没有,不是问raid几
还有就是刚才测试,把主盘移走系统就起不来了。
理论上讲raid1应该是主盘挂了备盘可以当主盘用啊
这个怎么就不行呢?
还望指点啊

论坛徽章:
0
7 [报告]
发表于 2009-06-08 07:57 |只看该作者
没人回复?
帮顶!!!!
期待答案..............

论坛徽章:
0
8 [报告]
发表于 2009-06-08 08:00 |只看该作者

没人回复?我也想知道这是啥状态列!!

论坛徽章:
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
9 [报告]
发表于 2009-06-08 08:01 |只看该作者
新一期的Cu开源杂志有软件raid的文章,楼主看看
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP