Raspberry PI – checking your file system
How to check your Raspberry PI’s file system?
- shut down and check the file system on reboot:
sudo shutdown -F -r now
- after the RasPI is up and running again, check the results in
/var/log/fsck/
How to check your Raspberry PI’s file system?