You could try force an fsck on your mounted partition and risk certain death or you could just schedule on the next boot.
|
1 |
touch /forcefsck |
In this example the root filesystem will be checked on next boot. You could just as easily create the same file on the root of another mounted filesystem, touch /backup-data/forcefsck for example

Leave a Reply