NFS Issues in Gnome

Posted by Alex on Super User See other posts from Super User or by Alex
Published on 2012-12-06T13:20:36Z Indexed on 2012/12/07 17:13 UTC
Read the original article Hit count: 219

Filed under:
|
|
|
|

I mount NFSv4 export via /etc/fstab and mount and use the shared folder in nautilus.

There are two issues:

  • When I copy a large file (around 4 GB) to the NFS server, the progress bar rapidly goes to 2 GB and then basically stops moving. But the copy s still in progress - it is just not displayed well
  • When I disconnect from the network without unmounting the nfs share, nautilus freezes.

How can I work around that?

/etc/export on the server

/export/share   192.168.0.0/24(rw,sync,insecure,no_subtree_check,anonuid=1000,anongid=1000)

/etc/fstab on the client:

server:/share   /mnt    nfs4    soft,tcp

© Super User or respective owner

Related posts about linux

Related posts about ubuntu