I’ve recently upgraded my Synology DS1511+ to DSM 5.1 and found an simpler way to run fsck than my previous post.
Issue the df command via terminal and note what is displayed under the “Filesystem” column for /volume1 (this is where your data is stored):
1 2 3 4 5 6 7 |
NASBOX> df Filesystem 1K-blocks Used Available Use% Mounted on /dev/md0 2451064 612116 1736548 26% / /tmp 507772 152 507620 0% /tmp /run 507772 1988 505784 0% /run /dev/shm 507772 0 507772 0% /dev/shm /dev/md2 5749969736 4001355704 1748511632 70% /volume1 |
Next run:
1 2 |
syno_poweroff_task -d e2fsck -p -v -f /dev/md2 |
Once the check is completed, reboot your Synology from the terminal with reboot.