I have an instance in Google Compute Engine (cloud server) running ubuntu 16.04.
I noticed filesystem corruption on the root filesystem as follows:
==>ls -l data/vocabulary/
ls: cannot access 'data/vocabulary/Makefile': Permission denied
ls: cannot access 'data/vocabulary/vocab-count.txt': Permission denied
ls: cannot access 'data/vocabulary/vocab-random-access.db': Permission denied
ls: cannot access 'data/vocabulary/vocab-list.txt': Permission denied
ls: cannot access 'data/vocabulary/vocab.db': Permission denied
ls: cannot access 'data/vocabulary/CVS': Permission denied
total 0
d????????? ? ? ? ? ? CVS
-????????? ? ? ? ? ? Makefile
-????????? ? ? ? ? ? vocab-count.txt
-????????? ? ? ? ? ? vocab-list.txt
-????????? ? ? ? ? ? vocab-random-access.db
-????????? ? ? ? ? ? vocab.db
However, my attempts to "force fsck" and reboot were unsuccessful. I would touch file "/forcefsck" and reboot but fsck just simply would not occur.
I also tried to set the fsck remaining count and that also does not seem to be effective.
What should I do to proceed with fsck?