Friday, February 19, 2010

Making RAID work contd...

Click Here For Free Windows Downloads
mywindowsdownloads.blogspot.com

Click here for all Free Linux Downloads



Blog address for Linux in Hindi



Making RAID work contd...

  1. Format the new md0 device now:


# mkfs -t ext3 /dev/md0


Or we can run the following command instead:


# mkfs.ext3 /dev/md0


  1. Mount the mount the file system and put few files in it:


# mkdir /home/data


# mount /dev/md0 /home/data


# cp -a /lib /home/data


Checking MIRROR:


By now the Mirror RAID is ready and working. We can check the RAID configuration using following command as shown in following figure:





To be continued...

No comments:

Post a Comment