Tag

tune2fs

0 views collected around this technical thread.

Raymond Ops
Raymond Ops
Apr 11, 2025 · Operations

How to Force a Filesystem Check on Linux Root Partition (forcefsck)

This tutorial explains why running fsck on a mounted root filesystem fails, shows how to inspect the last check time with tune2fs, and provides step‑by‑step commands to create a forcefsck file, reboot, and verify that the root filesystem check was performed.

LinuxSystem Administrationforcefsck
0 likes · 5 min read
How to Force a Filesystem Check on Linux Root Partition (forcefsck)
Efficient Ops
Efficient Ops
Aug 18, 2022 · Operations

How to Quickly Identify Disk Space Hogs on Linux Servers

This guide shows step‑by‑step Linux commands—df, du, find, lsof, and tune2fs—to pinpoint large directories, uncover hidden space used by deleted files, and adjust reserved root space, helping you resolve mysterious disk‑space alerts efficiently.

Disk UsageLinuxServer Operations
0 likes · 4 min read
How to Quickly Identify Disk Space Hogs on Linux Servers