Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
misc:qnap:chkdsk [2017/04/20 08:54] jsmisc:qnap:chkdsk [2017/04/20 11:09] (current) js
Line 14: Line 14:
   - try to unmount<code bash>umount /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>