ext4

Administer, check, and repair ext4 filesystems using e2fsprogs utilities.

6|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill ext4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ext4
Source: https://github.com/L3DigitalNet/Claude-Code-Plugins/tree/main/plugins/linux-sysadmin/skills/ext4
Command: npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill ext4

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive toolkit for managing ext4 filesystems, addressing common issues like corruption, performance tuning, and space management.

Core Features & Use Cases

  • Filesystem Checks & Repair: Safely check and repair ext4 filesystems using e2fsck.
  • Creation & Resizing: Create new ext4 filesystems with mkfs.ext4 and resize existing ones with resize2fs.
  • Performance Tuning: Adjust parameters like reserved blocks and journal modes with tune2fs.
  • Use Case: If your system reports "structure needs cleaning" on an ext4 partition, this Skill can guide you through the unmounting, checking, and repair process.

Quick Start

Check the ext4 filesystem on device /dev/sda1 for errors.

Frequently Asked Questions about ext4

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

FAQPage Schema
How do I fix an ext4 filesystem that reports structure needs cleaning?

To fix an ext4 filesystem reporting structure needs cleaning, unmount the partition and run the e2fsck command to check and repair corruption. This Skill guides you through the unmounting and repair process.

How do I create and resize ext4 filesystems on Linux?

To create and resize ext4 filesystems on Linux, use mkfs.ext4 for creation and resize2fs for resizing. This Skill provides tools for robust ext4 space management.

How do I tune ext4 performance parameters like journal modes?

To tune ext4 performance parameters like journal modes, use the tune2fs utility to adjust reserved blocks and journal settings. This Skill covers adjusting parameters for optimal filesystem performance.

What is the best way to check ext4 filesystems for errors without data loss?

The best way to safely check ext4 filesystems for errors is using e2fsck. This Skill provides safe checking and repair procedures to diagnose common corruption issues without data loss.

Do I need to unmount an ext4 partition before running e2fsck?

Yes, you generally need to unmount an ext4 partition before running e2fsck to repair corruption. This Skill guides you through the necessary unmounting, checking, and repair process.

Why does e2fsck report structure needs cleaning on my ext4 partition?

e2fsck reports structure needs cleaning on an ext4 partition when filesystem corruption is detected. This Skill helps diagnose common corruption issues and guides you through the repair process.