Hello. In a Linux system I issue an NFS mount command
mount -t nfs 10.10.1.19:/ERAS /dck
The mount appears to work, and mtab reflects this. But if I then cd /dck I get an error
cd: /dck: Permission denied
The target share (ERAS) is an NFS share on a Windows 2003 server. I have modified the NFS Sharing permissions to give Read and Write to all machines, and the directory permissions give full control to Everyone. What am I missing here?
Start Free Trial