I've bought a SimpleShare 250GB NAS (Network Attached Storage). It supports NFS (for Linux) and CIFS (for Windows).
I want to mount it on my SME-server. On Google I found this:
mount -t nfs <ip address>:/shares/<pool name><share name><local mount point>
In my case this would be:
mount -t nfs 192.168.10.20:/shares/SimplePool/software mnt/mlknas/software
When I try this, nothing happens and I can't enter any commands in the shell (it seems to "hang").
What am I doing wrong?