offline-file-system-fault-diagnosis

Diagnose offline Linux filesystem faults by parsing iBMC, InfoCollect, and OS logs.

1|1|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/linfordWu/owls --skill offline-file-system-fault-diagnosis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: offline-file-system-fault-diagnosis
Source: https://github.com/linfordWu/owls/tree/main/skills/offline-file-system-fault-diagnosis
Command: npx skills add https://github.com/linfordWu/owls --skill offline-file-system-fault-diagnosis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill analyzes offline server logs (iBMC, OS Messages, InfoCollect) to diagnose Linux file system issues such as EXT4/XFS corruption, read-only mounts, and metadata problems, then guides root-cause localization.

Core Features & Use Cases

  • Cross-log analysis across iBMC, InfoCollect, and OS logs to identify filesystem faults.
  • Precise mapping of fault chains from hardware/firmware traces to logical filesystem structures (mount points, devices).
  • Actionable remediation guidance and root-cause validation.

Quick Start

Analyze an offline logs package (ibmc_logs, infocollect_logs, and messages) to produce a root-cause map of the filesystem fault.

Frequently Asked Questions about offline-file-system-fault-diagnosis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose Linux filesystem faults from offline logs?

Diagnosing Linux filesystem faults from offline logs involves parsing iBMC, InfoCollect, and dmesg messages to pinpoint root causes. Cross-log analysis identifies fault chains from hardware traces to logical mount points.

What causes a read-only mount error on a Linux server?

A read-only mount error on a Linux server is caused by hardware or firmware faults or EXT4/XFS metadata corruption. Analyzing offline iBMC and OS messages traces the fault chain to pinpoint the root cause.

Can I analyze iBMC and InfoCollect logs together to find mount failures?

Yes, you can analyze iBMC and InfoCollect logs together to find mount failures. Cross-log analysis maps hardware and firmware traces to logical filesystem structures, yielding precise device mappings and validation evidence.

How do I pinpoint root causes of EXT4 or XFS metadata corruption offline?

To pinpoint root causes of EXT4 or XFS metadata corruption offline, parse OS messages and InfoCollect logs to trace fault chains. This maps hardware anomalies to logical filesystem structures and provides validation evidence.

Does offline log analysis work for inode exhaustion and I/O errors?

Yes, offline log analysis works for inode exhaustion and I/O errors by parsing dmesg and messages logs. It identifies space or inode exhaustion and maps I/O errors to specific devices and mount points.