Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3156737
  • 博文数量: 443
  • 博客积分: 11301
  • 博客等级: 上将
  • 技术积分: 5678
  • 用 户 组: 普通用户
  • 注册时间: 2004-10-08 12:30
个人简介

欢迎加入IT云增值在线QQ交流群:342584734

文章分类

全部博文(443)

文章存档

2022年(1)

2021年(1)

2015年(2)

2014年(1)

2013年(1)

2012年(4)

2011年(19)

2010年(32)

2009年(2)

2008年(4)

2007年(31)

2006年(301)

2005年(42)

2004年(2)

分类:

2006-03-18 20:40:41

Here are some quick examples on doing a few other DiskSuite tasks:
  • creating a striped metadevice:

    metainit d10 1 2 c0t1d0s0 c0t2d0s0 -i 32k

  • creating a mirror of two slices:

    metainit d60 1 1 c0t2d0s0
    metainit d61 1 1 c0t3d0s0
    metainit d6 -m d60
    metattach d6 d61

  • creating a concatenation of 2 slices:

    metainit d25 2 1 c0t1d0s0 1 c0t2d0s0

  • creating a concatenation of 4 slices:

    metainit d25 4 1 c0t1d0s0 1 c0t2d0s0 1 c0t3d0s0 1 c0t4d0s0

  • creating a concatenation of 2 stripes:

    metainit d0 2 4 c2t0d0s6 c2t1d0s6 c2t2d0s6 c2t3d0s6 -i 64k 2 c3t0d0s6 c3t1d0s6 -i 64k

  • creating a raid5 metadevice from three slices:

    metainit d45 -r c2t3d0s0 c3t0d0s0 c4t0d0s0

阅读(1683) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~