NFS Issues in Gnome
- by Alex
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