Hi. My apologies if this issue was discussed hundred times.
Got fresh installed Kubuntu on Ubuntu 22.04.3 LTS.
Have a host in local nework under Win7 with shared folders. These folders are visible in Dolphin and I able to copy files there via Dolphin.
Also I mounted them in fstab:
//192.168.0.99/D/Temp /home/flash/torrents/ cifs credentials=/root/.smbcredentials,noperm,iocharset=utf8,file_mode=07 77,dir_mode=0777 0 0
//192.168.0.99/D /home/flash/Media/ cifs credentials=/root/.smbcredentials,noperm,iocharset=utf8,file_mode=07 77,dir_mode=0777 0 0
While I'm saving any file from application to the mounted folder - it's ok, but when I'm trying to save to shared folder I'm receiving an error. Opera and Firefox say "Remote files not accepted - Portal / You can only select local files", LibreOffice says "Error saving document Object not accessible. The object cannot be accessed due to insufficient user rights".
Why this is happening? Where I can check these rights? I gave credentials to Samba and it's fine via Dolphin.
Thanks in advance!
just in case - smb.conf:
[global]
name resolve order = bcast host lmhosts wins
workgroup = MYGROUP
server string = %h server (Samba, Ubuntu)
log file = /var/log/samba/log.%m
max log size = 1000
logging = file
panic action = /usr/share/samba/panic-action %d
server role = standalone server
obey pam restrictions = yes
unix password sync = yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
pam password change = yes
map to guest = bad user
[printers]
comment = All Printers
browseable = no
path = /var/spool/samba
printable = yes
guest ok = no
read only = yes
create mask = 0700
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = yes
guest ok = no
Got fresh installed Kubuntu on Ubuntu 22.04.3 LTS.
Have a host in local nework under Win7 with shared folders. These folders are visible in Dolphin and I able to copy files there via Dolphin.
Also I mounted them in fstab:
//192.168.0.99/D/Temp /home/flash/torrents/ cifs credentials=/root/.smbcredentials,noperm,iocharset=utf8,file_mode=07 77,dir_mode=0777 0 0
//192.168.0.99/D /home/flash/Media/ cifs credentials=/root/.smbcredentials,noperm,iocharset=utf8,file_mode=07 77,dir_mode=0777 0 0
While I'm saving any file from application to the mounted folder - it's ok, but when I'm trying to save to shared folder I'm receiving an error. Opera and Firefox say "Remote files not accepted - Portal / You can only select local files", LibreOffice says "Error saving document Object not accessible. The object cannot be accessed due to insufficient user rights".
Why this is happening? Where I can check these rights? I gave credentials to Samba and it's fine via Dolphin.
Thanks in advance!
just in case - smb.conf:
[global]
name resolve order = bcast host lmhosts wins
workgroup = MYGROUP
server string = %h server (Samba, Ubuntu)
log file = /var/log/samba/log.%m
max log size = 1000
logging = file
panic action = /usr/share/samba/panic-action %d
server role = standalone server
obey pam restrictions = yes
unix password sync = yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
pam password change = yes
map to guest = bad user
[printers]
comment = All Printers
browseable = no
path = /var/spool/samba
printable = yes
guest ok = no
read only = yes
create mask = 0700
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = yes
guest ok = no
Comment