Linux mountpoint命令:查看目录是不是一个挂载点。
Linux mountpoint命令 功能描述
使用mountpoint命令可以查看一个目录是不是一个挂载点。
Linux mountpoint命令 语法
mountpoint [选项] [文件系统]
mountpoint [选项] [设备]
命令中各选项的含义如表所示。
Linux mountpoint命令 示例
查看/boot目录是不是一个挂载点
[root@rhel ~]# mountpoint /boot
/boot is a mountpoint
显示块设备/dev/sda1的主/次设备号
[root@rhel ~]# mountpoint -x /dev/sda1
8:1
显示文件系统/root的主/次设备号
[root@rhel ~]# mountpoint -d /root
8:2