When dealing with cifs there are 3 versions (maybe more) of the protocol:
1.1, 2 and 3. I think that in each case u use different version.
On Fri, Aug 24, 2018 at 1:25 PM, Shlomo Solomon
wrote:
> solomon@shlomo1:~$ apt-cache policy cifs-utils
> cifs-utils:
> Installed: 2:6.8-1
> Candidate: 2
solomon@shlomo1:~$ apt-cache policy cifs-utils
cifs-utils:
Installed: 2:6.8-1
Candidate: 2:6.8-1
Version table:
*** 2:6.8-1 500
500 http://il.archive.ubuntu.com/ubuntu bionic/main amd64
Packages 100 /var/lib/dpkg/status
On Fri, 24 Aug 2018 13:11:05 +0300
Shay Gover wrote:
> I thi
I think you're pointing me in the right direction, but still missing
something.
Here's the output of mount | grep PI-PUBLIC
solomon@shlomo1:~$ mount | grep PI-PUBLIC
//pi/PI-PUBLIC on /mnt/PI-PUBLIC type cifs
(rw,nosuid,nodev,noexec,relatime,vers=default,cache=strict,username=solomon,domain=,uid=0
I think that in each case diffrent libraries are envolved. In the second
case it's cifs (what version?).
On Fri, Aug 24, 2018, 09:57 Shlomo Solomon wrote:
> Answering my own post with a solution, but I don't know WHY this works.
>
> I discovered that if I access fish://pi/media/PUBLIC/ in Dol
Maybe the Dolphin mount (via kio-smb I guess?) runs the mount command with
parameters like uid=$USER,gid=$USER ?
Have you compared the options of the two mounts when they're both mounted
with "mount | grep PI-PUBLIC" ?
On Fri, Aug 24, 2018 at 9:56 AM, Shlomo Solomon
wrote:
> Answering my own po