Tag

fsck

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
Sep 22, 2024 · Operations

How to Diagnose and Fix Common Linux Boot, Network, and File‑System Failures

This guide walks through typical Linux operational problems—including boot failures caused by fstab errors, root‑filesystem corruption, missing kernel files, MBR or GRUB issues, network hardware and configuration faults, DNS mis‑settings, service port problems, forgotten root passwords, and read‑only file‑system errors—providing step‑by‑step troubleshooting methods and command‑line fixes.

GRUBLinuxNetwork Troubleshooting
0 likes · 17 min read
How to Diagnose and Fix Common Linux Boot, Network, and File‑System Failures
Ops Development Stories
Ops Development Stories
Sep 28, 2021 · Operations

How to Resolve Longhorn PV Mount Failures with fsck and e2fsck Upgrade

After a Longhorn component crash caused PersistentVolume mount errors in Kubernetes, this guide walks through diagnosing the issue, upgrading e2fsck to handle newer filesystem features, running fsck to repair the volume, and finally recreating the pod to restore normal operation.

LonghornPersistentVolumeTroubleshooting
0 likes · 11 min read
How to Resolve Longhorn PV Mount Failures with fsck and e2fsck Upgrade