WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

875

A thread for documenting and sharing useful Linux commands.

A thread for documenting and sharing useful Linux commands.

(post is archived)

[–] 4 pts

This command can be used to scan and fix both Windows and Linux as well as USB file systems.

fsck -c -v -y -f /dev/[DISK_NAME]

"cvyf"

f - Force scan disk.

a/y - Auto fix; y better/more compatible.

v - Verbose/extra text.

c - Check for bad blocks (does not work w. non EXT file systems I think).

(All parameters are case sensitive as Linux generally is)