QNAP TS-409 Pro

Durch irgendwelche QPKG’s die ich nachträglich installiert habe, hab ich mein QNAP so verschossen, dass das RAID5 nicht mehr erkannt wurde und ich so nicht mehr auf meine Daten kam. Mit folgenden Schritten wird beschrieben, wie das RAID5 gerettet werden konnte anhand von Wiederherstellung des Sysconfig-Files:

1. Power off the NAS and remove all HDD’s
2. Power on the NAS
3. After a short beep and a long beep, plug the HDD’s back into the NAS
4. Run QNAP Finder, it will find the NAS
5. Connect the NAS by telnet port 13131
6. Do  the following commands to recover the default config:
# mdadm -A /dev/md9 /dev/sda1 /dev/sdb1 /dev/sdc1 /dev/sdd1
# mount /dev/md9 /mnt
# cd /mnt/.config/
# cp /etc/default_config/uLinux.conf  /mnt/.config/
# reboot
7. Open your Webbrowser and type http://nas-ip
– Go to quick configuration
– Choose “Do not set disk configuration” in step 6
– Hit [Tab], the command will go ahead and finish typing

Danach funktionierte alles wieder. Einige Einstellungen mussten erneut vorgenommen werden, aber Daten gingen dabei keine verloren.

Leave a Reply