I have one nfs mounted filesystem from a remote computer on the local machine as below:
where SERVERMOUNT is exported from the server and LOCALSERVERMOUNT is the mount point. The filesystem has been working fine. No problem with that.
Problem is if I want to delete a file from LOCALSERVERMOUNT by hitting delete (i.e., from nautilus). The file can not be moved to trash and has to be has to be deleted permanently. The following prompt will appear:
![]()
.........
Can anyone tell me how to fix this. I want to be able to send files to trash upon deletion from the nfs mount? I think I need to provide the right option to the mount...but do not know which one. Please help.
Code:
mount -t nfs -o nfsvers=3,_netdev,rw,suid,dev,intr,exec $SERVERMOUNT $LOCALSERVERMOUNT &>/dev/null
Problem is if I want to delete a file from LOCALSERVERMOUNT by hitting delete (i.e., from nautilus). The file can not be moved to trash and has to be has to be deleted permanently. The following prompt will appear:

.........
Can anyone tell me how to fix this. I want to be able to send files to trash upon deletion from the nfs mount? I think I need to provide the right option to the mount...but do not know which one. Please help.