Linux findfs命令:通过卷标或UUID查找文件系统。
Linux findfs命令 功能描述
使用findfs命令可以通过卷标或UUID查找文件系统。
Linux findfs命令 语法
findfs LABEL=卷标
findfs UUID=UUID值
Linux findfs命令 示例
查找UUID是43dd9533-2de3-4cc9-971e-569b21505ed7的磁盘分区
[root@rhel ~]# findfs UUID=43dd9533-2de3-4cc9-971e-569b21505ed7
/dev/sda1
查找卷标是www的磁盘分区
[root@rhel ~]# findfs LABEL=www
/dev/sda5