mdadm 指令集
mdadm 下指令解釋:
-A: 啟動先前已經建立的陣列,並指定原來使用的磁區,等同"--assemble"
-As: 以/etc/mdadm.conf的設定,啟動RAID
-C: 創建一個新的陣列,等同 "--create"
-Cv: 建立並監看過程
-c: 指定配置文件,缺省為 /etc/mdadm.conf,等同"--config="
-D: RAID資訊,等同 "--detail"
-E: device 上的 md superblock 的內容,等同"--examine"
-F: 選擇監控(Monitor)模式,等同 " --follow" " --monitor"
-f: 標示RAID中,一個指定的磁區標記為已損壞的設備
-G: 改變激活陣列的大小或形態,等同"--grow"
-h: 幫助信息,用在以上選項後,則顯示該選項信息,等同"--help"
--help-options: 顯示更詳細的幫助
-I: 添加一個單獨的設備到合適的陣列,並可能啟動陣,等同"--incremental"
-V: 打印mdadm的版本信息,等同"--version"
-v: 顯示細節,等同"--verbose"
-b: 較少的細節。用於 --detail 和 --examine 選項,等同"--brief"
-Q: 查看一個device,判斷它為一個 md device或是 一個 md 陣列的一部分,等同"--query"
-S: 停止或解除Raid裝置
mdadm -C 下指令解釋:
"--bitmap=" : Create a bitmap for the array with the given filename
"--chunk=" "-c": chunk size of kibibytes
"--rounding=" : rounding factor for linear array (==chunk size)
"--level=" "-l": raid level: 0,1,4,5,6,linear,multipath and synonyms
"--parity=" "-p" : raid5/6 parity algorithm: {left,right}-{,a}symmetric
"--layout=" : same as --parity
"--raid-devices=" "-n" : number of active devices in array
"--spare-devices=" "-x": number of spares (eXtras) devices in initial array
"--size=" "-z" : Size (in K) of each drive in RAID1/4/5/6/10 - optional
"--force" "-f" : Honour devices as listed on command line. Don't insert a missing drive for RAID5.
"--run" "-R" : insist of running the array even if not all devices are present or some look odd.
"--readonly" "-o" : start the array readonly - not supported yet.
"--name=" "-N" : Textual name for array - max 32 characters
"--bitmap-chunk=" : bitmap chunksize in Kilobytes.
"--delay=" "-d": bitmap update delay in seconds.
0 意見:
張貼留言