I have a new installation, with no significant configuration yet.
According to the arch NFS wiki, "Clients need nfs-utils to connect, but no special setup is required". I have nfs-utils installed, but get no joy trying to connect. I can connect to the target server using other machines, but both my alarm NSA320 and cubieboard fail as follows.
$this->bbcode_second_pass_code('', '
cubie> pacman -Q nfs-utils
nfs-utils 1.2.7-1
cubie> showmount -e 192.168.1.162
Export list for 192.168.1.162:
/Users/krovetz 192.168.0.0
cubie> mount 192.168.1.162:/Users/krovetz /home/krovetz/imac/
mount.nfs: No such device
cubie> dmesg | grep nfs
cubie> lsmod | grep nfs
cubie> modprobe nfs
cubie> lsmod | grep nfs
cubie>
')
Is this the right place to ask for help and/or report such issues?