Vanwege de problemen met firmare 4528 ik heb het de volgende melding van support gekregen.
We may need your permission to access your DS through telnet service. Please follow the instruction below:
1. Power off DiskStation (DS) and take out all disks
2. Power on DS without disks
3. Run Assistant and perform the installation with the latest DSM patch and Assistant. You could get them in Download Center of Synology web site
4. Under this way, the installation will be failed but the telnet will be open
5. Please open the port 23 on your router for DS NAT IP (ex. 192.168.xx.xx or 10.0.xx.xx)and we could login via telnet
6. Please insert the disks back to DS without rebooting and provide us the following information
Remote Access Instructions
Alleen als tweaker doe ik het liever zelf, maar ik loop vast met het mounten van de disks na het inloggen met Telnet na stap 6. Ik gebruik RAID1
Ik denk dat ik dan eerst weer de RAID moet opbouwen met iets als.
code:
1
2
| mdadm -A /dev/md2 /dev/sd[ab]3
mount -o ro /dev/md2 /mnt |
Is dit correct?
Mijn /proc/mdstat file ziet er als volgt uit:
Personalities : [linear] [raid0] [raid1] [raid10] [raid6] [raid5] [raid4]
md2 : active raid1 sda3[0] sdb3[1]
1948793280 blocks super 1.1 [2/2] [UU]
md1 : active raid1 sda2[0] sdb2[1]
2097088 blocks [2/2] [UU]
md0 : active raid1 sda1[0] sdb1[1]
2490176 blocks [2/2] [UU]
unused devices: <none>