挂载共享目录,运行以下命令。其中,-t选项用于指定文件系统的类型为nfs。mount -t nfs 192.168.4.211:/data/nfs_share /root/remote_dir共享目录使用结束之后,卸载共享目录,运行以下命令:umount /root/remote_dir