richliu’s blog

Linux, 工作, 生活.

richliu’s blog header image 2

mdadm 相關語法參考

September 29th, 2004 · No Comments

1. mdadm 新增一個 hdd 請用

mdadm --manage /dev/md0 --add /dev/hdg1

主功能 MD Driver 副功能 副功能 function.

2. 新建一個 Raid 請用

mdadm --create /dev/md0 --chunk=32 --level=0 --raid-devices=4
/dev/hd[efgh]1

以上請接成一行

3. rebuild 上面那個 Raid

mdadm --build /dev/md0 --chunk=32 --level=0 --raid-devices=4
/dev/hd[efgh]1

有空再來學 wiki 吧,送上 wiki 是比較好的選擇

On this day..

Tags:

Related posts

Tags: UNIX

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment