Hi,
I care that all users store files as "nobody" on an NFS volume.
So I wanted to use the option 'sec=none'.
On NFS clients in Windows 7 Ultimate mount to "/vol/nfs2 -sec=none,rw" works fine and user can saved file as "nobody" user.
On SLES 11 :
mount -v -o rw,soft,vers=3,nosuid,tcp,timeo=600,rsize=32768,wsize=32768,soft,intr 10.7.36.77:/vol/nfs2 /mnt/nfs2
mount: no type was given - I'll assume nfs because of the colon
mount.nfs: timeout set for Thu May 24 13:55:15 2012
mount.nfs: prog 100003, trying vers=3, prot=6
mount.nfs: trying 10.7.36.77 prog 100003 vers 3 prot TCP port 2049
mount.nfs: prog 100005, trying vers=3, prot=6
mount.nfs: trying 10.7.36.77 prog 100005 vers 3 prot TCP port 4046
mount.nfs: trying text-based options 'soft,timeo=600,rsize=32768,wsize=32768,soft,intr,addr=10.7.36.77,vers=3,proto=tcp,mountvers=3,mountproto=tcp,mountport=4046'
mount.nfs: mount(2): Permission denied
mount.nfs: access denied by server while mounting 10.7.36.77:/vol/nfs2
Maybe there is a problem with SLES settings ???