我们在实验室中有一个NAS服务器,我可以通过192.168.1.100的网络接口到达它,并且我已经在管理员的面板上启用了NFS。

在那之后我做了
sudo aptitude install nfs-common
sudo mount -t nfs4 192.168.2.254:/gwas_data /media/thecus结果:
mount.nfs4: Connection timed out操作系统是Ubuntu14.04。有什么想法吗?
发布于 2014-12-11 13:54:56
sudo apt-get install nfs-common,sudo mkdir /media/thecus,然后是sudo mount -t nfs4 192.168.1.100:FMBData /media/thecus。您可以在前面的屏幕上获得服务器的广域网IP。截图:


https://unix.stackexchange.com/questions/173746
复制相似问题