I'm using ubuntu 18.04.1.
I configured /etc/fstab to mount a nfs on boot. The remote system isn't allways on, so, the local machine has a timeout of 2 minutes, on boot, trying to mount the remote file system.
I won't await so long to boot my local machine when the remote machine is off. There's a way to reduce the timeout to mount the remote file system?
The line on /etc/fstab is the following:
RemoteMachine:/media/User/SharedFolder /mnt/nfs/SharedFolder defaults 0 0