On my desktop (ubuntu) client machine, I need to mount some resources that are found on a server. I'd like this mount to happen every time the machine boots, automatically.
The command I'm running is:
(sudo) mount 10.10.1.57:/mnt/nfs/Desktop /mnt/nfs/mnt/nfs
Thanks