設定目標: mdadm 來建立磁碟陣列
設置環境:CPU: I7 2600
memory: 4G
OS: CentOS7
設定流程:
首先先安裝mdadm公用程式
# yum install mdadm
磁碟分割幾個區塊:
# gdisk /dev/sda
Welcome to fdisk (util-linux 2.23.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
命令 (m 以獲得說明):n //新增磁區
Select (default e): p //主要分割區
Selected partition 4
起初 sector (29698048-42150143, 預設 29698048): //這邊我直接enter下去
最後 sector, +sectors 或 +大小{K,M,G} (29698048-42150143, 預設 42150143): //enter
command (m for help): t //指定磁區格式
Hex code (type L to list codes):fd
# fd =Linux raid autodetect //按下[I]即可選擇需要的格式
command (m for help):w //w=寫入分割表
command (m for help):w //w=寫入分割表
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks. //六顆硬碟都照以上這些步驟做
# mdadm -C /dev/mda0 --level=raid5 --devices=6 /dev/sda1/dev/sdb1/dev/sdc1/dev/sde1
/dev/sdf1/dev/sdg1
Calling ioctl() to re-read partition table.
Syncing disks. //六顆硬碟都照以上這些步驟做
# mdadm -C /dev/mda0 --level=raid5 --devices=6 /dev/sda1/dev/sdb1/dev/sdc1/dev/sde1
/dev/sdf1/dev/sdg1
製作心得: 一開始我們很努力在找主題來做,但似乎不太順利,一直處於繞圈圈的狀態下,但後來還是來做RAID5 ,情況就有比較好一點,雖然我們中間有很多問題存在,比如說:mdadm的公用程式不能安裝、分割後卻沒有辦法進行下一步驟...... 我們就一直找可行的教學,找得很辛苦一直都找不到差點就想放棄,後來終於被我們給找到了,完成之後雖然我們很多不懂的東西,但堅持下去也是做的了事的,所以心態的調整也是成功的條件之一。 (2016/06/15)
參考文獻資料:
http://www.tecmint.com/create-raid-5-in-linux/
http://paul.pixnet.net/blog/post/5757945-%5B%E7%AD%86%E8%A8%98%5Dlinux- %E8%BB%9F%E9%AB%94-raid-5-%E5%AF%A6%E4%BD%9C
沒有留言:
張貼留言