Hi All,
I am having a problem mounting more than one NFS share to a windows 2008R2 server.
I can sucessfully mount one by using the following:
mount -o anon \\servername\share y:
but when I try mount -o anon \\servername\share2 z: this fails with error Network Error - 53.
However, if I unmount the y: share (umount -a) I can then sucessfully mount the Z share
Weird