FSCK Options and Maintenance

Server Maintenance | Updated 2026

fsck (file system check) scans and repairs Linux filesystems. It is used to fix corrupted filesystems after unexpected shutdowns, disk errors, or file system inconsistencies.

Server Admin Only

fsck requires root access and unmounted filesystems

This is a server-level operation. Shared hosting customers cannot and do not need to run fsck. If you suspect filesystem issues on your account, open a support ticket.

01. Common Usage

# Check a filesystem (dry run, no changes)
fsck -n /dev/sda1

# Check and auto-repair
fsck -y /dev/sda1

# Force check even if filesystem seems clean
fsck -f /dev/sda1

# Check specific filesystem type
fsck.ext4 /dev/sda1
Critical

Never run fsck on a mounted filesystem. This can cause catastrophic data loss. The filesystem must be unmounted first, or run fsck from a rescue/recovery environment. For the root filesystem, boot into single-user mode or a rescue disk.

02. Key Options

  • -n - No changes (read-only check)
  • -y - Auto-answer yes to all repair prompts
  • -f - Force check even if clean
  • -p - Auto-repair safe problems without prompting
  • -C - Show progress bar

Filesystem Issues?

Open a Support Ticket

Quick Recap

  1. fsck checks and repairs Linux filesystems
  2. Never run on mounted filesystems
  3. -n for dry run, -y for auto-repair
  4. Boot into rescue mode for root filesystem checks
  5. Shared hosting: Contact support for filesystem issues

Server administration · Last updated March 2026 · Browse all Server Maintenance articles

  • 132 Users Found This Useful

Was this answer helpful?

Related Articles

SpamAssassin Command Line Bayesian Learn Command cPanel

Server Maintenance | Updated 2026 SpamAssassin's Bayesian filter learns from your email to...

Failed to lock proc mutex: Permission denied

Server Maintenance | Updated 2026 The "failed to lock proc mutex" error in Apache's error log...

FTP Failed: Service Check Unable to Connect to Port 21

Server Maintenance | Updated March 2026 When cPanel's service monitoring reports "FTP Failed:...

Whitelisting Multiple IPs with ModSecurity

Server Maintenance | Updated March 2026 ModSecurity (our web application firewall)...

error: db3 error(-) from dbenv->failchk: DB_RUNRECOVERY: Fatal error, run database recovery

Server Maintenance | Updated 2026 The error db3 error(-30974) from dbenv->failchk:...



Save 30% on web hosting - Use coupon code Hosting30