solaris raid 制作大集合( 二 )



# metainit d15 1 2 c0t1d0s2 c0t2d0s2 -i 32k

The number 1 indicates that one stripe is being created.
Because the stripe is made of two slices, the number 2 fol-
lows next. The optional -i followed by 32k specifIEs the
interlace size as 32 Kbytes. If the interlace size were not
specified, the stripe would use the default value of 16
Kbytes.

本楼文章来自man metainit.试译如下:
条带(raid 0)
这个例子显示了由两个分区组成的raid0硬盘设备: /dev/md/dsk/d15 。
命令是:metainit d15 1 2 c0t1d0s2 c0t2d0s2 -i 32k
数字1表示一个条带区被创建 。数字2表示这个条带由两个磁盘分区组成 。
选项-i和紧跟的32k,表示条带在磁盘上使用时是以32k为单位 。不加此选项则系统会使用缺省的16k为单位 。

推荐阅读