[Solved] NAS540 Volume Down ~
Andrew
Posts: 3 Freshman Member
This is RAID 5 on NAS540.
One disk has degraded, but clicked the repair option, no help.
I can access the web interface, but not able to access my files.
Can use any commands to fix this problem?
Thank you in advance!
#NAS_Sep_2019
Can use any commands to fix this problem?
Thank you in advance!
#NAS_Sep_2019
0
Comments
-
mdadm tells the array has only 2 members left, sdc3 being 'Active device 2', and sdd3 being 'Active device 3'.
For some reason sda3 is marked as spare, possibly because you have removed it and powered the box, but the should be either be 'Active device 0' or 1.
Of course 0 is the most probable, because then the logical order of the disks is identical to the physical order.
The only way I know to re-add sda3 to the array is to re-create the array, with the flag --assume-clean to keep the raid manager from changing the content.
The command to build A.AA ismdadm --stop /dev/md2<br>mdadm --create --assume-clean --level=5 --raid-devices=4 --metadata=1.2 --chunk=64K --layout=left-symmetric /dev/md2 /dev/sda3 missing /dev/sdc3 /dev/sdd3
That are 2 lines, both starting with mdadm. The first might throw an error, don't know if device md2 is present. /proc/mdstat says yes, /proc/partitions says no.
If the array is re-created, (shouldn't take much time, a few seconds) you can reboot the box withreboot
and after that your volume should be available.
1
Categories
- All Categories
- 415 Beta Program
- 2.4K Nebula
- 151 Nebula Ideas
- 98 Nebula Status and Incidents
- 5.7K Security
- 277 USG FLEX H Series
- 277 Security Ideas
- 1.4K Switch
- 74 Switch Ideas
- 1.1K Wireless
- 42 Wireless Ideas
- 6.4K Consumer Product
- 250 Service & License
- 395 News and Release
- 85 Security Advisories
- 29 Education Center
- 10 [Campaign] Zyxel Network Detective
- 3.6K FAQ
- 34 Documents
- 34 Nebula Monthly Express
- 85 About Community
- 75 Security Highlight