台式机PC挂载共享盘

sudo apt install nfs-common
sudo mkdir -p /nfsshare/PC_share
sudo vim /etc/fstab

10.133.167.8:/finfs/autopilot/PC_share /nfsshare nfs vers=3,timeo=600 0 0
sudo mount 10.133.167.8:/finfs/autopilot /nfsshare/PC_share
df -h

 

posted @ 2021-04-08 08:15  jimchen1218  阅读(144)  评论(0)    收藏  举报