How do I schedule FSCK to run automatically?

By default, a fsck is forced after 30 reboots or 180 days.

To avoid issues such as this, we recommend scheduling fsck to run a basic weekly check on your server to identify and flag errors. Doing so can prevent unwanted, forced fsck from running in situations such as this one. You can then, plan for a time at which a full system fsck is run.

For more info on running fsck please click here.

For more info on scheduling tasks under Linux click here.

The following example syntax will add a weekly scheduled ‘scan-only’ fsck and output the results to a log file for review.

enter the following text substituting *partition* with your root partition.

When saving, do not change the existing file name.

PLEASE NOTE– This does not eliminate the need for a fsck, You will still need to schedule a manual fsck so any issue that are found can be corrected.

To Force a fsck using shutdown command

Bypass a fsck using shutdown command

Note: Capital F will Force a FSCK, lowercase f skips a FSCK.

FSCK will sometimes require the root password be entered on the console in order to repair some issues with the filesystem, contact our support department if your server does not respond after a reboot.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Advantages of ZFS

ZFS as a rather new filesystem offers various advantages in comparison to regular filesystems...

Analysing log files in Windows and Linux

Everyone knows the scenario, you want to analyze an issue of your server or local computer but...

Can i use TUN/TAP ?

Yes our VPS are KVM or Vmware based and you have your own kernel so using TUN/TAP is no problem.

Changing the Windows Administrator password – The easy way

Today we are going to show you how to change your Windows Administrator password the easy...

Command ‘curl’ not found on Ubuntu 20.04

The following error message may appear on your terminal hinting the unavailability of the curl...