-
-
Notifications
You must be signed in to change notification settings - Fork 77
Repair RAID via SSH
Dave Russell edited this page Oct 22, 2023
·
2 revisions
Note: These steps are for DSM 6
-
Backup your data first!
-
Run
cat /proc/mdstatto check what your device names are:/dev/md#and/dev/sda#or/dev/sata#or/dev/nvme# -
Run the following commands:
sudo synospace --stop-all-spacessudo syno_poweroff_task -dsudo mdadm -Sf /dev/md4# Replace md4 with correct md numbersudo mdadm -AfR /dev/md4 /dev/nvme2# Replace md4 with correct md number and nvme2 with correct nvme number