QNAP NAS: File System not clean. Examination failed (Cannot unmount disk)

Автор: | 25.09.2014

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 stop
umount /dev/md0
e2fsck -f -v -C 0 /dev/md0
mount /dev/md0
reboot

After all of above, your QNAP NAS will reboot and everything will get back to normal.

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *