-
-
Notifications
You must be signed in to change notification settings - Fork 61
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/mdstat
to 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-spaces
sudo syno_poweroff_task -d
sudo 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