As you described, there doesn't seem to be anything wrong on your local NFS client side. However, from the error message "Not a directory", it sounds like the REMOTE NFS server exported filesystem or directory, /udd/halles in this case, is not a directory type.
Check the spelling of the exported directories on the remote NFS server; both the exported entries in the "/etc/exports" file and the actual filesystem object MUST be a directories. After checking the spelling from the remote NFS server, at the local NFS client do "/etc/umount /udd/halles", and try the NFS mount command again.
Also the "showmount [a] [d] [e] [host]" is a nice tool for NFS to display things like directories that have been mounted by clients, the list of exported filesystems from the server, and so on. See showmount (1M) for details.
Article Change History:
06 Sep 1994 - Reviewed.
31 Aug 1992 - REVIEWED for technical accuracy
Support Information Services