If you get this message from your QNAP:
|
1
|
The file system is not clean. It is suggested that you run "check disk" |
and after you start a disk check and you end up with message like this:
|
1
|
[Mirror Disk Volume: Drive 1 2 3 4] Examination failed (Cannot unmount disk). |
You need to get into SSH and execute following:
|
1
2
3
4
5
6
7
|
/etc/init.d/services.sh stop/etc/init.d/opentftp.sh stop/etc/init.d/Qthttpd.sh stopumount /dev/md0e2fsck -f -v -C 0 /dev/md0mount /dev/md0reboot |
After all of above, your QNAP NAS will reboot and everything will get back to normal.