Hi all,
I open this thread to ask you some tips and suggestions to map a Samba network drive (or folders).
I’m asking now because I’ve seen that Dolphin has some problems managing files to my mapped network folders and, as I’d like to debug what’s going on, I’d like to be sure to have done the best settings for my setup and use.
Probably the fstab setup I use to map these network folders are correct as it worked since few days ago but I prefer a comment from someone more expert.
My network setup is:
- a file server with kubuntu with Samba installed and some folders shared (these are accessible using both Linux and Windows)
- some Win clients
- a KDE Neon where I work on
The Neon computer load those network folders with this fstab config:
//fileserverIP/path/folder /media/userNeon/folder cifs uid=1000,credentials=/home/userNeon/.smb/access.txt,iocharset=utf8,noperm,nofail 0 0
Considering that I want to have full control on those folders, is it correct this setup?