Permission denied on SMB share

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
kc8oye
Level 1
Level 1
Posts: 29
Joined: Mon Nov 15, 2021 9:31 pm

Permission denied on SMB share

Post by kc8oye »

I did a reboot after some updates.. and now I've lost write permissions on one of my SMB shares and I'm not sure why?
The Share is the /var/www/html/ folder, (Which is part of my LAMP stack)
my share in /etc/samba/smb.conf

Code: Select all

[Live]
path = /var/www/html
available = yes
read only = no
browseable = yes
gues ok = no
writeable = yes
guest only = no
the actual folder /var/www/html/SE is currently 777 (this machine is behind a firewall, and not directly accessible from the 'net)

Code: Select all

knights@Storage:/var/www/html$ ls -l
total 8
drwxrwxrwx 7 knights knights 4096 May 30 20:47 SE
drwxrwxr-x 2 knights knights 4096 Apr 23 17:40 tmp
I mount the share by navigating to 'network' and then 'live'
my client machine:

Code: Select all

System:
  Kernel: 5.15.0-73-generic x86_64 bits: 64 compiler: gcc v: 11.3.0 Desktop: Cinnamon 5.6.8
    tk: GTK 3.24.33 wm: muffin dm: LightDM Distro: Linux Mint 21.1 Vera base: Ubuntu 22.04 jammy
the SMB server machine:

Code: Select all

System:
  Kernel: 5.15.0-72-generic x86_64 bits: 64 compiler: gcc v: 11.3.0 Desktop: N/A wm: muffin
    dm: LightDM Distro: Linux Mint 21.1 Vera base: Ubuntu 22.04 jammy
I'm sure you will need more information, let me know what it is and I'll get it.
Last edited by LockBot on Sat Dec 02, 2023 11:00 pm, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Locked

Return to “Networking”