I have a home network with two Debian 9 PCs. I'm using NFS to share a folder from each PC with the other, both read-only. The config files are:
/etc/exports on Machine1:
/path/on/machine1/share machine.2.ip(ro,sync,no_subtree_check)
/etc/fstab on Machine1:
machine.2.ip:/path/on/machine2/share /path/on/machine1/machine2-share nfs
When both computers are on, it works fine. However, when one computer is off, the other take two minutes waiting to find the other PC, so it can mount the shared directory. I would like to reduce this time to something more practical, like 5 seconds. I haven't found anything in the manual. How can I do that?
ls
get frozen. – Rodrigo Sep 11 '18 at 13:14