nautilus cannot write on nfs file share base dir
The bug has been reported on https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1800043
I have a synology NAS. On the client I create the directory :
mkdir /media/feydreva/download
chown -R feydreva /media/feydreva
chmod 777 /media/feydreva/download
I can mount my NFS without any issue :
sudo mount -t nfs 10.2.1.3:/volume1/download /media/feydreva/download
I can create file and directories into it
mkdir /media/feydreva/download/AAA
touch /media/feydreva/download/aaaa.test
But, when I use ubuntu explorer (nautilus), annd I go to that directory, I cannot create new folder. I cannot save file into it. I can go into the AAA directory, and here I can create folder and save file.
Interresting thing is that with Libreoffice, I can create a directory and save a file into /media/feydreva/download/ ,only nautilus cannot.
Edited by Sébastien Bacher