Home > Article > Operation and Maintenance > How to check the number of hard disks in Linux system
Can be viewed using the df command. For example:
[root@VM_76_108_centos ~]# df -l
Output result:
[root@VM_76_108_centos /]# df -h
Output result:
As above Shown: There is only one hard disk in the system.
Recommended tutorial: linux tutorial
The above is the detailed content of How to check the number of hard disks in Linux system. For more information, please follow other related articles on the PHP Chinese website!