View Linux Hard Disk Info: Complete Guide
You can use the following command in the Linux operating system to view hard disk information:
- list block devices
lsblk
- disk partitioning utility
sudo fdisk -l
- could you please rephrase the following in English?
df -h
- divided
sudo parted /dev/sda print
Kindly note that the above command should be executed with sudo or as the root user in order to obtain more detailed information about the hard drive.