CentOS Disk Mount Check Guide
In CentOS system, you can use the following command to view disk mounting situation:
- Could you please elaborate on the details?
df -h
- The command “lsblk” displays information about block devices.
lsblk
- Display the contents of the file /etc/fstab.
cat /etc/fstab
With the above command, you can check the mounting status of disks in a CentOS system.