DRINFO(1)
NAME
drinfo — A Linux CLI tool for physical and network drive information
SYNOPSIS
INFO
68 stars
2 forks
0 views
DESCRIPTION
A Linux CLI tool for physical and network drive information
README
drinfo - drive info
Version: 1.2.0

A lightweight command-line tool to monitor disk usage on Linux systems with beautiful colored progress bars.
Features
- Physical Drive, Network (cloud) Drive Detection: List all physical and network drives (also cloud drives)
- Colorful Progress Bars: Visual representation of disk usage with gradient colors (green → yellow → red)
- Human-Readable Sizes: Displays sizes in B, KB, MB, GB, TB format
- Terminal Responsive: Adapts to terminal width for optimal display
- Detailed Information: Shows mount point, filesystem type, device path, UUID, label, mount options, used, available and inodes + SMART status (only as root)
- JSON Output: Export drive information in JSON format for easy parsing
- Sorting: Sort drives by size, usage, mount point, or name
- No Color Mode: Disable ANSI colors for scripts or logs
Usage
drinfo [OPTIONS]
Options
-h, --help: Show help message-v, --version: Show program version-j, --json: Output in JSON format-n, --no-color: Disable color output-s, --sort TYPE: Sort drives by TYPE (size,usage,mount,name)
Build executable: drinfo
make
install with man page
sudo make install
Uninstall
sudo make uninstall
Archlinux:
There is "drinfo-git" in the AUR !
Screenshot

SEE ALSO
neovim(1)— Hyperextensible Vim-based text editor — the future of Vimtmux(1)— Terminal multiplexer — split panes, detach sessions, pair programhyperfine(1)— A command-line benchmarking tool — measure execution timestokei(1)— Count lines of code quickly — supports 150+ languagescftunnel(1)— 全协议内网穿透 CLI — Cloud 模式免费 HTTP/WS 穿透 + Relay 模式自建中继 TCP/UDP 全协议 | Cloudflare Tunnel + frp 双引擎
clihub3/4/2026DRINFO(1)