FG
💻 Software

Perform bad blocks scan on root partition in Linux

Fresh6 days ago
Mar 15, 20269855 views
Confidence Score0%
0%

Problem

My root partition is formatted as ext3 and I would like to perform a bad blocks scan on it. Normally e2fsck -c -c does this, but you can not run it on a mounted partition. I know it is possible to force a fsck to run at boot by creating the file /forcefsck but is it possible to specify that it shou…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Perform bad blocks scan on root partition in Linux

Low Risk

See Can I run fsck or e2fsck when Linux file system is mounted?, which notes that running any fsck on a mounted filesystem can result in disk or data corruption. It suggests the following solutions: A. Take down system to single user mode, unmount s…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment