Welcome to Kuwait Linux User Group - OpenSource free stuff

Search   in  

 Create an AccountHome | Gallery | Submit News | Your Account | Content | Topics | Top 10  

Modules
· Home
· Advertising
· Downloads
· FAQ
· Forums
· PHP-Nuke Tools
· Stories Archive
· Submit News
· Surveys
· Top 10
· Topics
· Tutorials
· Web Links
· Your Account

Search
Google
Web q8linux.net

  

RAID from Command Line



1- fdisk /dev/hda  (p, t, Partition Number, Hex Code=fd)
2- copy and edit the suitable file from /usr/share/doc/raidtools-1.00.3 to /etc/raidtab
3- mkfs -j /dev/hda4   (repeat for all new partitions)
4- mkraid -R /dev/md0   (To start RAID, repeat for all)
5- cat /proc/mdstat  (to check)
6- mkfs -j /dev/md0  (to format the RAID, repeat for all)
7- cp -r /home/mj /hometmp, mount /dev/md0 /home/mj, & cp -r /hometmp /home/mj
8- e2label /dev/md0   /home/mj   (to label)
9- vi /etc/fstab -->  LABEL=/home/mj /home/mj ext3 defaults 1 2

For more Info

Iron-Linux.com: Leading the World of Linux Networking - Based in Kuwait


Copyright © by Kuwait Linux User Group - OpenSource free stuff All Rights Reserved.

Published on: 2004-08-25 (869 reads)

[ Go Back ]

All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest ©2004-2008 by Q8linux.كويت لينكس
PHP-Nuke Copyright © 2004 by Francisco Burzi. This is free software, and you may redistribute it under the GPL. PHP-Nuke comes with absolutely no warranty, for details, see the license.
Page Generation: 0.09 Seconds