Check if fsck runs at next boot in Linux?
Some times it is good to do file system checks for FS related errors before it is too late to recover a HDD. We have some inbuilt commands like fsck command to check for errors manually. But the issue is you can not check your primary mount point where your OS resides. In order to check file system errors on OS related mount point we have to enable fsck to run at boot time. This post is to check if that setting is enabled or not. To check these details use any of the below commands which will give you...
Read More
