1
greenskinmonster 2021-12-25 22:51:13 +08:00
你的命令似乎少了个参数
mdadm --manage --help / man mdadm 看看 --re-add 这个操作的说明。 mdadm --manage /dev/md2 --re-add /dev/sde3 这个可以试试看。 |
2
huangya OP @greenskinmonster
mynas> mdadm --manage /dev/md2 --re-add /dev/sde3 mdadm: --re-add for /dev/sde3 to /dev/md2 is not possible 如果 mdadm --manage --help ,没有看到 re-add 这个 option ,但在我的 ubuntu 18.04 是有的,不知道是否是因为这个 NAS 系统比较老的原因,我还在用 5.2 ,因为一直用着很稳定,加上黑裙,所以不想升级。 mynas> mdadm --manage --help Usage: mdadm arraydevice options component devices... This usage is for managing the component devices within an array. The --manage option is not needed and is assumed if the first argument is a device name or a management option. The first device listed will be taken to be an md array device, and subsequent devices are (potential) components of that array. Options that are valid with management mode are: --add -a : hotadd subsequent devices to the array --remove -r : remove subsequent devices, which must not be active --fail -f : mark subsequent devices a faulty --set-faulty : same as --fail --run -R : start a partially built array --stop -S : deactivate array, releasing all resources --readonly -o : mark array as readonly --readwrite -w : mark array as readwrite |
3
huangya OP @huangya 不知道是否要搬到 PC 上用 re-add 看看。或者找一个支持 re-add option 的 mdadm (内核应该是支持这个操作的)
|
4
geniussoft 2021-12-25 23:59:10 +08:00
1. 是黑群吧。别看群晖硬件抠门,可靠性其实还挺不错。
2. 如果是在线状态下,一块硬盘掉了,不同盘间的数据同步性很可能已经被破坏。 虽然绝大多数地址上的数据都没问题,有问题的数据也未必是有意义的数据,但是毕竟是已经不可信了。 这种情况下,已经无法信任这个阵列了。 必须要重新建立阵列,才能安全。 3. 对于对数据比较重视的用户,除了冷备份或者云备份,本地还是建议白群+RAID6 比较靠谱。 现在处理器性能好了,RAID6 性能也是很棒的,甚至比 RAID10 在大文件读写都更好。 |
5
Goldilocks 2021-12-26 03:13:12 +08:00
"Raid Devices : 4" 说明你之前并没有正确的移掉第一块盘。你的总盘数依然是 4 ,然后你坏了两块。凉凉了。
|
6
huangya OP @geniussoft 是黑裙,但是这个问题纯粹是硬盘的问题,现在这块出问题的硬盘已经用了 10 年了。我有备份,所以也不是特别在乎它,当初的想法是能用多久就用多久
|