Robert Latest wrote:
client:/# showmount -e 192.168.1.2 Export list for 192.168.1.2: /mnt/HD_b2 * client:/# mount -v -t nfs 192.168.1.2:/mnt/HD_b2 /mnt mount.nfs: timeout set for Mon Jun 28 21:53:10 2010 mount.nfs: trying text-based options 'vers=4,addr=192.168.1.2,clientaddr=192.168.1.11' mount.nfs: mount(2): Input/output error mount.nfs: mount system call failed (the last two lines appear after several minutes).
Just a wild guess try -o nfsvers=3 ? Berni