Comment 35 for bug 442130

Revision history for this message
Vancouverite (sethgilchrist) wrote :

For those mounting an nfs and having this issue, as per comment 21 (https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/442130/comments/21) I changed the following line:

XXX.XXX.XXX.XXX:/nfs/Public /media/BigToaster nfs rw,user,rsize=8192,wsize=8192,timeo=14,intr,nfsvers=3 0 0

to

XXX.XXX.XXX.XXX:/nfs/Public /media/BigToaster nfs defaults,rsize=8192,wsize=8192,timeo=14,intr,nfsvers=3 0 0

Basically changed "rw,user" to "defaults" and my problems are fixed.