What exactly is the reason Samba releases
made in Dolphin do work permanently but
applications that want to open or save files (via this Dolphin dialog)
are not allowed to access the share in the same way?
Why does a share made in Windows Explorer work
permanently for all applications but not in Linux?
Do applications access with different user rights?
Would really like to understand it.
Yes , Iāve now entered it in the fstab but why does it have to be done like that?
I currently have a Samba share that gets mounted to a folder in my home directory, it gets mounted every time I boot the system. I am able to access it using any application. So my question is how are you mounting it in fstab? And does your user have permissions to access all the files within the share? That would be something on the server side.
Here is an example of I have set up in fstab:
//āserver name or ipā/filer/ /home/āusernameā/filer cifs credentials=/home/āusernameā/.smbcredentials,uid=āusernameā,gid=āusernameā 0 0
Obviously you will have to change some parameters to match your system but this works for me system wide.
Hi Otto - as I wrote of course it is working system wide after putting it into fstab.
Also before i did that it wasnāt a problem to read and write in the share with Dolphin when only if it was mounted temporally via Dolphin.
But at that moment Apps like Keepass that accessed the share via a Dolphin dialog had no permission to do so.
I really would like to know āwhatās phaseā here and why editing files is a āhave toā ?
There is no real answer to this question other than ābecause Linux and Windows are differentā.
In Linux, it is common to make changes by editing files or running commands at the terminal. Sometimes, people create GUI tools for various tasks. In most cases, those tools are simply editing the files or running the commands for you.
Editing files is not a problem FOR ME ā it is for the rest of my family!
So if I want them to use Linux, there will always be this hurdle they will never ever jump over!
Basic-stuff like this should be user friendly for everyone - but i ts like it isā¦
The reality is that most basic tasks can be done without editing files or running commands.
However, for things related to system administration, that is not always the case.
My wife has been using for Linux exclusively for years now and she has never edited a config file or run terminal commands. This is because I do that stuff for her and most of that work is done at initial setup. I would say I only touch her laptop once or twice a year.