lsdisk is a command line tool on Linux systems that lists available disk drives and their partitions. It provides a simple overview of disk usage and availability.
lsdisk: Lists Available Disk Drives and Partitions
A command line tool for Linux systems providing a simple overview of disk usage and availability
What is Lsdisk?
lsdisk is a command line utility for viewing disk drives and disk partitions on Linux systems. It provides a quick snapshot of what storage devices are available and how they are configured.
Some key details lsdisk displays:
Names of disk drives on the system
Size of each disk drive
Partition layouts on each drive
Filesystem types configured on partitions
Amount of disk space used/available
lsdisk doesn't modify or configure disks, it only reports on their current state. So it's mainly used by administrators and users to quickly check disk configurations, available space, and to confirm what disks/partitions are present.
The basic output shows the device name, size, partitions, and types. Useful options include:
-c to print size details in a more readable format
-e to print the filesystem type
-l to view in a long format with more details
lsdisk is standard on Linux distros and works similarly to related utilities like fdisk or df but provides immediate overview snapshots of all disks. It's a simple starting point to inspect storage devices and space.
Lsdisk Features
Features
Lists all disk drives and their partitions
Shows the device name, size, and filesystem type of each partition
Displays unused and available disk space
Simple and lightweight with no GUI
Included by default on most Linux distributions
Pricing
Free
Open Source
Pros
Easy to use
Fast and lightweight
No installation required
Shows useful disk usage information
Helps identify available storage space
Cons
Text-only output with no graphics
Less user-friendly than GUI disk tools
Limited functionality compared to more advanced disk utilities
Requires command line knowledge to use effectively
Not as feature-rich as other disk management tools
GNOME Disks, also known as Disk Utility, is a free and open source storage device management application designed for the GNOME desktop environment. It provides a simple graphical interface for users to manage disk drives and storage media such as CD/DVD disks and USB flash drives.With GNOME Disks, users can...
Hardinfo is an open source system profiler and benchmark tool for Linux systems. It provides detailed information about the hardware components and software environment of the system.Some of the key features of Hardinfo include:Detects information about CPU, memory, PCI devices, USB devices, network interfaces, filesystems, and moreRuns benchmark tests to...
Sysinfo is a free, open source system information and monitoring utility for Windows. It provides detailed reports on hardware, software, and network components in your computer system.Some of the key features of Sysinfo include:Hardware information like CPU, motherboard, RAM, graphics card, storage devices, printers, and moreOperating system and installed software...
lshw is a small open source tool for displaying detailed information about the hardware configuration of a Linux system. It can extract and display information about CPU, RAM, devices, bus speed, firmware version, serial numbers, and more.Some key features of lshw include:Displays overview of hardware configuration, including CPU, memory, storage,...
Udev Discover is an open-source hardware device manager for Linux systems. It is part of the systemd init system and provides dynamic device discovery and management.Some key features of Udev Discover include:Dynamic device naming - Assigns persistent names to devices based on static rules and propertiesAutomated device handling - Automatically...
lsscsi is a command-line utility for Linux that is used to list information about SCSI devices connected to the system. It provides more detailed information than simply listing block devices. lsscsi is often used by system administrators or storage engineers to troubleshoot issues with SCSI devices or busses.Some key features...