NFS 删除挂在 点

 

 

 

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

共享目录使用结束之后,卸载共享目录,运行以下命令:
umount /root/remote_dir

posted @ 2021-09-09 10:17  ldp.im  阅读(186)  评论(0编辑  收藏  举报