ls -la commands gives Input/Output error on NFS share
Hello All,
I have configured NFS server on RHEL 5.1 and mounted the share on RHEL 3 U4 Clients. When I can ls command on any directory on NFS share, it list me without any errors.However when I give command ls -la it give me the Input/Output error but list the contents.
localhost>ls -la
ls: .bash_history: Input/output error
ls: .: Input/output error
ls: .Xauthority: Input/output error
ls: .viminfo: Input/output error
ls: .profile: Input/output error
total 36
drwxr-xr-x 3 root root 0 Dec 2 13:34 ..
I did lot of google and found that this issue can cauz due to the diff NFS version on the client, is this the real cauz of this issue?
Thanks,
Kaps
|