https://bugs.kde.org/show_bug.cgi?id=406874
Bug ID: 406874 Summary: Trying to access a mounted CIFS share fails Product: dolphin Version: 19.04.0 Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: dolphin-bugs-n...@kde.org Reporter: mue...@fribbledom.com CC: elvis.angelac...@kde.org Target Milestone: --- SUMMARY Trying to access an auto-mounted CIFS share, Dolphin shows the error "An error occurred while accessing 'video on 192.168.1.2', the system responded: mount: /media/share: operation permitted for root only". Dolphin doesn't actually need to mount the share, though, as it's auto-mounted by systemd. Simply trying to access the path would cause systemd mounting it correctly. In other words: I can "ls /media/share" on the terminal, causing it to be mounted, and can only then access it with Dolphin. Example mount from /etc/fstab: //192.168.1.2/share /media/share cifs nofail,uid=someuser,credentials=...,x-systemd.automount 0 0 -- You are receiving this mail because: You are watching all bug changes.