Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
misc:qnap:chkdsk [2017/04/20 07:01] – created jsmisc:qnap:chkdsk [2017/04/20 11:09] (current) js
Line 12: Line 12:
 /etc/init.d/rsnap.sh stop</code> /etc/init.d/rsnap.sh stop</code>
   - detect the mountpoint - use df or mount, e.g. /dev/mapper/cachedev1 or 2   - detect the mountpoint - use df or mount, e.g. /dev/mapper/cachedev1 or 2
-  - try to unmount<code bash>unmount /dev/mapper/cachedev1</code>+  - try to unmount<code bash>umount /dev/mapper/cachedev1</code>
   - check if unmounted<code bash>mount | grep -i cache</code>   - check if unmounted<code bash>mount | grep -i cache</code>
-  - check filesystem<code bash>e2fsck_64 -f -v -C 0 /dev/mapper/cachedev1</code>+  - check filesystem<code bash>e2fsck_64 -p -f -v -C 0 /dev/mapper/cachedev1</code>