https://bugs.kde.org/show_bug.cgi?id=376344

            Bug ID: 376344
           Summary: cant write to smb shares which has write access
           Product: dolphin
           Version: 16.12.0
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: dolphin-bugs-n...@kde.org
          Reporter: bronsonmath...@gmail.com
  Target Milestone: ---

Ive noticed this painful bug. I have a public share with read/write access on a
remote server. From the LAN under gnome and unity etc I can write to the
folder. Dolphin will not let me write to the same folder.

However, if there is a subdirectory in that share, it can write inside that
directory.

In the example bellow, under gnome, unity i can write to /share and /downloads
folder. Dolphin cannot write to either, but can read.

If a folder exists for example /share/NewFolder/ then Dolphin can write to that
folder without issue...

Example SMB setup:

# for all
[global]
    workgroup = WORKGROUP
    netbios name = server

    security = user
    null passwords = true

    force user = server
    force group = server
    force create mode
    force directory mode
    create mask = 0755
    directory mask = 0755

    guest account = nobody
    guest ok = yes
    only guest = yes
    map to guest = Bad User

    browsable = yes
    public = yes

# read + write
[Downloads]
    path = /home/server/Downloads
    writeable = yes

[Share]
    copy = Downloads
    path = /mnt/server/Share

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to