字體:小 中 大 |
|
|
|
| 2020/09/18 15:24:35瀏覽80|回應0|推薦0 | |
ubuntu16 nfs //---vm ubuntu 12 client sudo apt-get install nfs-common
sudo apt-get install nfs-common showmount -e 192.168.0.102 mount -t nfs 192.168.0.102:/home/gcat ~/nfs1 ========== error : $ sudo mount -t nfs 192.168.0.104:/gcat/home ~/nnn mount.nfs: access denied by server while mounting 192.168.0.104:/gcat/home debug: $ showmount -e 192.168.0.104 Export list for 192.168.0.104: /home/gcat * root casue : typo , change from /gcat/home to /home/gcat |
|
| ( 不分類|不分類 ) |










