I got the email that a drive in my 4-drive RAID10 setup failed. What are my
options?
Drives are WD1000FYPS (Western Digital 1 TB 3.5" SATA).
mdadm.conf:
# mdadm.conf written out by anaconda
MAILADDR root
AUTO +imsm +1.x -all
ARRAY /dev/md/root level=raid10 num-devices=4
UUID=942f512e:2db8dc6c
> I got the email that a drive in my 4-drive RAID10 setup failed. What are
> my
> options?
>
> Drives are WD1000FYPS (Western Digital 1 TB 3.5" SATA).
>
> mdadm.conf:
>
> # mdadm.conf written out by anaconda
> MAILADDR root
> AUTO +imsm +1.x -all
> ARRAY /dev/md/root level=raid10 num-devices=4
> UU
--On Friday, September 18, 2020 10:53 PM +0200 Simon Matter
wrote:
mdadm --remove /dev/md127 /dev/sdf1
and then the same with --add should hotremove and add dev device again.
If it rebuilds fine it may again work for a long time.
Thanks. That reminds me: If I need to replace it, is there s
Hi,
> Thanks. That reminds me: If I need to replace it, is there some easy way to
> figure out which drive bay is sdf?
# smartctl -all /dev/sdf
will give you the serial number if the drive. That will be printed on
the disk label. But you still have to shut down your machine and pull
all drives t
On Fri, Sep 18, 2020 at 3:20 PM Kenneth Porter
wrote:
> Thanks. That reminds me: If I need to replace it, is there some easy way
> to
> figure out which drive bay is sdf? It's an old Supermicro rack chassis
> with
> 6 drive bays. Perhaps a way to blink the drive light?
>
It's easy enough with dd
5 matches
Mail list logo