Can you please be more detailed? You can create files and directories inside /mnt/NAS/test/ in the terminal but not with dolphin?
With what user can you do that in the terminal? Root or your plain user or maybe with sudo?
What error message do you get in dolphin when trying to create a file / directory inside /mnt/NAS/test/?
Inside dolphin when you right click on the space inside /mnt/NAS/test/ and press Properties, what Permissions (there is tab Permisions in the Property windows) do you see and what user is the owner?
If you run dolphin as root, can you create files / dirs inside /mnt/NAS/test/ ?
In the terminal can you please tell us what permissions you see when you ls -la a file / dir inside /mnt/NAS/test/ ?
Using Dolphin, I can create and copy directories and files to /mnt/NAS/test, but nothing under this (can’t create subdirectories, nor copy or create files inside the “second” level. No error message for this, only the “red circle” alongside the cursor when I try to drag-drop a file or directory
On level /mnt/NAS/test, Dolphin shows root as proprietary, and RW for all, that’s coherent with owner and rights seen in CLI.
dolphin --sudo doesn’t allow to write inside /mnt/NAS/test/Level1, Dolphin shows user and group from NFS server side: user “501” (which is the user “nobody”), and mod 744.
Using CLI, I can create and copy directories, subdirectories, files from and to anywhere.
In Dolphin. if I change the rights of the directory to 754, I can create a subdir, but it is created with 744 and I have to change the rights manually to go further.
gvfs-nfs allows one to use NFS via Dolphin; much as gvfs-smb does for SAMBA.
Neither of these will happen automatically, until you have first created a new network location. I believe this is essentially the same for either SMB or NFS to access a network location via Dolphin.
Open Dolphin, and go to Remote → Network (in the side bar). Then, in the main window (near the top) you should see Add Network Folder. Click this, and use the resulting dialog to create your network location.
When finished, your new location should appear under Remote (next to Network).
All being well (and if your configuration is correct), you should then have access from Dolphin.
Note: This presumes you use KDE. If using another DE, the procedure will no doubt be different.
And as you see, all my shares are listed in the “Remote” (Distant, in French) section of the left bar. They are R/W mounted with fstab and totally readable/writable from CLI, and only on the first tree level from Dolphin.
Stranger : I installed Krusader and have R/W control (same as CLI) …
I gave you the basic procedure earlier in the thread:
Open Dolphin, and go to Remote → Network (in the side bar). Then, in the main window (near the top) you should see Add Network Folder (or Ajouter un dossiers réseau in French). Click this, and use the resulting dialog to create your network location.
When finished, your new location should appear under Remote (next to Network).
All being well (and if your configuration is correct), you should then have access from Dolphin.
Please click Ajouter un dossiers réseau (Add Network Folder) near the top of the window as previously described, and complete the connection details via the resulting dialog.
If these shares are what you previously created then I presume it must be working. Why you cannot create a new network folder via the dialog I’m afraid I do not know.
Update:-
I found a few comments on KDE Discuss from a KDE developer (meven);
I’ll try to summarise:
Apparently nfs:// was removed in KDE Gears 6 due to a lack of resources to port it to the new API. It may be reintroduced in the future if there is enough User demand.
So, this explains why NFS is missing from the dialogs; it has been removed.
Creating a network location via gvfs-nfs on the command-line still works (as you have found) and those shares seem to be found by Dolphin, so, I dare say this is the best you might achieve for the time being.