Centos挂载命令出错
Centos挂载命令出错 今天在挂载nfs的时候,Centos总是报错,后来才发现了问题的元凶。 在挂载nfs之前,先要安装一个组件 yum install nfs-utils -y 然后查看组件是否运行 systemctl start nfs; systemctl enable nfs; systemctl status nfs 有了这个组件之后,再使用命令mount就行,一般不需要配置user和password mount -t nfs 1.1.1.2:/root/T1/nfs /mnt