Friday, July 15, 2011

Create a Linux software RAID array

Note, I’ve done this on an Ubuntu system – other distributions may be slightly different.

First thing, the mdadm utility is needed.

# apt-get  install  mdadm

will grab this for you.

Next, we’ll need some disk partitions. These can be on the same physical disk (mdadm may gripe about this), good for testing, but for “real” data, use partitions on separate physical disks.

Read more http://blogmee.info/index.php/create-a-linux-software-raid-array/

No comments:

Post a Comment