Home Domain Tools How To Photo Albums Unix Stuff Support
CDRW
Space Recovery
SDS Info
SDS CREATING
SDS MIRROR
SDS REPLACING
SDS INSTALLATION
MAINTENANCE SDS
REMOVING SDS
 
 

How Creating Metadevices



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 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