AMP AMP
AMP
0
AMP

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
a sample image
markdaniel
asked Nov 17 2017

Answer

AMP
0
AMP

use this....!

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

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

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