I am trying to mount a disk from a remote computer but I get this error:
root@sidibalkan:~# mount -t nfs rat:/develop /mnt
mount.nfs: rpc.statd is not running but is required for remote locking.
mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
mount.nfs: an incorrect mount option was specified
I am running Debian 7. The remote server is running Debian 5. Any idea why this happens? If I add the extra argument it works but the problem is that I want to mount it automatically via autofs. Strangely enough I can mount disks from another server (which runs Debian 7).