[kio-extras] [Bug 376344] cant write to smb shares which has write access

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Mon May 1 16:51:39 UTC 2017


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

--- Comment #20 from tempel.julian at gmail.com ---
Two other workarounds:
1.:
Mount a networkfolder to make it look like it was local to Plasma.
Via terminal:
sudo mount -t cifs -o
username=*,password=*,uid=1000,gid=1000,file_mode=0660,dir_mode=0770
//hostname.local/sharename/ /home/user/mountfolder/

Permanent via fstab:
//hostname.local/sharename/ /home/user/mountfolder/ cifs
defaults,username=*,password=*,uid=1000,gid=1000,file_mode=0660,dir_mode=0770 0
2

Or 2.:
Install a GTK file browser like Thunar with gvfs + gvfs-smb (+gnome-keyring for
saving login data). With it you can drag & drop stuff from and into SMB shares
or open media files without having to fully copy them first.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Plasma-devel mailing list