Sometime if we didn't properly shutdown a server that running linux, it will cause a crash for the filesystem.
We need a tool that able to repair it immediately, the tool is FSCK or file system consistency check.
Below is the fsck command :
Usage: fsck [-sACVRTNP] [-t fs-optlist] [filesystem] [fs-specific-options]
Example :
I have a drive /home or /dev/sda3
Then the next step is we need a root access to run the command.
↧
Steps To Fixing Linux Crash Filesystem After Power Outage.
↧