CentOS 7 Mount Info: Quick Guide

You can view the mounting information of CentOS 7 system by using the following command:

  1. climb to the top
mount
  1. display drive space in a human-readable format
df -h
  1. 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.

bannerAds