CentOS 7 Mount Info: Quick Guide
You can view the mounting information of CentOS 7 system by using the following command:
- climb to the top
mount
- display drive space in a human-readable format
df -h
- The file located at /etc/fstab
cat /etc/fstab
With the above command, you can view the mounting information of a CentOS 7 system, which can help you understand the existing file systems and disk space usage in the system.