1. 程式人生 > >nfs掛載和取消掛載命令

nfs掛載和取消掛載命令

掛載共享目錄,執行以下命令。其中,-t選項用於指定檔案系統的型別為nfs。
mount -t nfs 192.168.4.211:/data/nfs_share /root/remote_dir

共享目錄使用結束之後,解除安裝共享目錄,執行以下命令:
umount /root/remote_dir