//192.168.65.10上创建了文件夹 /devops
权限:drwxrwxr-x+ 2 root root 6 10月 8 19:01 /devops/
防火墙:[root@localhost /]# firewall-cmd --get-default-zone
trusted
[root@localhost /]# getenforce
Permissive
//192.168.65.11 远程挂载 /devops 到 /mnt/dev
[root@vm2 ~]# mount root@//192.168.65.10/devops /mnt/dev/
mount: special device root@//192.168.65.10/devops does not exist
提示65.10没那个/devops 原因是什么?