0

How to remove disk in RAID

in my RAID1 setup one disk status shows failed now to need to remove that device using proper steps. please share command to remove the disk from RAID partition.

Linux RAID Add a comment
markdaniel
asked Nov 17 2017

Answer

0

use this....!

# mdadm --manage --fail /dev/device_name /dev/sdx

# mdadm --manage --remove /dev/device_name /dev/sdx

Add a comment
arunkumarak
asked Nov 17 2017
edited Oct 05 2018
Post your Answer