lsblk

List block devices in a tree hierarchy with mount points and filesystem details.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you understand and visualize your system's block storage devices, including disks, partitions, LVM volumes, and their mount points, making storage management and troubleshooting much simpler.

Core Features & Use Cases

  • Disk Layout Visualization: See a tree hierarchy of all block devices.
  • Filesystem Details: Display UUIDs, filesystem types, and labels.
  • Device Identification: Easily identify partitions, LVM, and LUKS containers.
  • Use Case: When diagnosing slow disk performance or planning disk space allocation, use this Skill to get a clear overview of your storage setup.

Quick Start

Show me the disk layout of my system with filesystem information.

Frequently Asked Questions about lsblk

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

FAQPage Schema
How do I list block devices and visualize my Linux disk layout?

To list block devices and visualize your Linux disk layout, you can view a tree hierarchy showing disks, partitions, LVM volumes, LUKS containers, and mount points. This provides a clear overview of how your system's storage is physically and logically organized.

What is the best way to show filesystem details like UUIDs and labels for disk partitions?

Displaying filesystem details for disk partitions reveals critical information including UUIDs, filesystem types, and labels. This device identification data is essential when diagnosing slow disk performance or configuring persistent mount points in your storage topology.

Can I use this to identify LVM volumes and LUKS containers on my system?

Yes, you can identify LVM volumes and LUKS containers on your system. The output maps these logical structures within the block device tree, allowing you to easily trace how encrypted containers and logical volumes map to underlying physical partitions.

How do I check mount points for nvme partitions and storage devices?

Checking mount points for nvme partitions and storage devices shows exactly where each block device is attached in your filesystem. This helps you quickly verify active storage topology, understand device naming conventions, and plan disk space allocation without inspecting raw system files.

When do I need to view the block device tree for storage troubleshooting?

Viewing the block device tree for storage troubleshooting is needed when diagnosing slow disk performance, verifying partition structures, or planning disk space allocation. It provides a comprehensive map of your storage topology to pinpoint misconfigurations or identify available resources.