NFS share name is case sensitive
I was working on one of the problem in which user were unable to mount the NFS share. NFS share was configured on Windows box and he was trying to access it from Solaris. NFS share was configured properly with all the necessary settings in place.
However he was still unable to mount the share. He was getting the following error message:
“No such file or directory”
Upon closure look we discover that he is trying to mount the share “test” while the actual share name is “Test”. Even though Windows is case insensitive, the NFS share which it creates is case sensitive. We need to mount the share “Test”. When we tried with share "Test", we were able to mount it successfully.