| I am running an HP-UX machine as a CIFS Client. I have an entry in my /etc/fstab file to mount a filesystem from my Windows 2000 Server (hostname=WINSRV1): # cat /etc/fstab ... WINSRV1:/oradata1 /oradata1 cifs defaults 0 0 I can see a valid entry in my /etc/mnttab file and I have all the necessary daemons running, but when I issue a bdf command, I get the following error: # bdf Filesystem kbytes used avail %used Mounted on ... NFS access failed for server WINSRV1: RPC: Remote system error NFS fsstat failed for server WINSRV1: RPC: Remote system error bdf: /oradata1: I/O error # Why am I getting this IO error? |