Pages

Wednesday, August 7, 2013

CCD - FreeBSD - CCD1 - How to

Configuring ccd1 on freeBSD with fourdisks

1. To remove the existing configuration. run the below command.

 # ccdconfig -v -U

2. Configure the Mirroring using the below command

# ccdconfig ccd0 32 CCDF_MIRROR  /dev/ada2 /dev/ada3 /dev/ada4 /dev/ada5

3. Construct the file system using the below command

# newfs /dev/ccd0

4 .Mount our mirrored disk and make it persistent

/dev/ccd0     /work0            ufs      rw     2   

5. Run # mount -a



No comments:

Post a Comment