Всем добра!
Помогите пожалуйста!
Samba работает, с Android прекрасно захожу во все расшаренные папки в Ubuntu 20.04.3 LTS, но не могу зайти в расшаренные папки со всем доступом на USB диске с fat32, смонтированном в Ubuntu, файлменеджер на Android пишет: "Отказано в доступе".
Вот конфиг Samba:
[global]
netbios name = Samba24
server string = Samba file and print server
workgroup = Workgroup
security = user
hosts allow = 127. 192.168.0.
interfaces = 127.0.0.1/8 192.168.0.0/24
bind interfaces only = yes
remote announce = 192.168.0.255
remote browse sync = 192.168.0.255
printcap name = cups
load printers = yes
cups options = raw
printing = cups
guest account = smbguest
log file = /var/log/samba/samba.log
max log size = 1000
null passwords = no
username level = 6
password level = 6
encrypt passwords = yes
unix password sync = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
local master = no
domain master = no
preferred master = no
domain logons = no
os level = 33
logon drive = m:
logon home = \\%L\homes\%u
logon path = \\%L\profiles\%u
logon script = %G.bat
time server = no
name resolve order = wins lmhosts bcast
wins support = no
wins proxy = no
dns proxy = no
preserve case = yes
short preserve case = yes
client use spnego = no
client signing = no
client schannel = no
server signing = no
server schannel = no
nt pipe support = yes
nt status support = yes
allow trusted domains = no
obey pam restrictions = yes
enable spoolss = yes
client plaintext auth = no
disable netbios = no
follow symlinks = no
update encrypted = yes
pam password change = no
passwd chat timeout = 120
hostname lookups = no
username map = /etc/samba/smbusers
passdb backend = tdbsam
passwd program = /usr/bin/passwd '%u'
passwd chat = *New*password* %n\n *ReType*new*password* %n\n *passwd*changed*\n
add user script = /usr/sbin/useradd -d /dev/null -c 'Samba User Account' -s /dev/null '%u'
add user to group script=/usr/sbin/useradd -d /dev/null -c 'Samba User Account' -s /dev/null -g '%g' '%u'
add group script = /usr/sbin/groupadd '%g'
delete user script = /usr/sbin/userdel '%u'
delete user from group script = /usr/sbin/userdel '%u' '%g'
delete group script = /usr/sbin/groupdel '%g'
add machine script = /usr/sbin/useradd -d /dev/null -g sambamachines -c 'Samba Machine Account' -s /dev/null -M '%u'
machine password timeout = 120
idmap uid = 16777216-33554431
idmap gid = 16777216-33554431
template shell = /dev/null
winbind use default domain = yes
winbind separator = @
winbind cache time = 360
winbind trusted domains only = yes
winbind nested groups = no
winbind nss info = no
winbind refresh tickets = no
winbind offline logon = no
[homes]
comment = Home Directories
path = /home
valid users = %U
read only = no
available = yes
browseable = yes
writable = yes
guest ok = no
public = no
printable = no
locking = no
strict locking = no
[netlogon]
comment = Network Logon Service
path = /var/lib/samba/netlogon
read only = no
available = yes
browseable = yes
writable = no
guest ok = no
public = no
printable = no
locking = no
strict locking = no
[profiles]
comment = User Profiles
path = /var/lib/samba/profiles
read only = no
available = yes
browseable = yes
writable = yes
guest ok = no
public = no
printable = no
create mode = 0600
directory mask = 0700
locking = no
strict locking = no
[printers]
comment = All Printers
path = /var/spool/samba
browseable = yes
writable = no
guest ok = no
public = no
printable = yes
locking = no
strict locking = no
[pdf-documents]
path = /var/lib/samba/pdf-documents
comment = Converted PDF Documents
admin users = %U
available = yes
browseable = yes
writeable = yes
guest ok = yes
locking = no
strict locking = no
[pdf-printer]
path = /tmp
comment = PDF Printer Service
printable = yes
guest ok = yes
use client driver = yes
printing = bsd
print command = /usr/bin/gadmin-samba-pdf %s %u
lpq command =
lprm command =
[Kino]
path = /media/alexandr/SP PHD U3/Кино
comment = No comment
read only = no
available = yes
browseable = yes
writable = no
guest ok = no
public = no
printable = no
locking = no
strict locking = no
Что изменить в конфиге ?
Спасибо!
Вот что выдало:
Unknown parameter encountered: "password level"
Ignoring unknown parameter "password level"
Unknown parameter encountered: "update encrypted"
Ignoring unknown parameter "update encrypted"
Unknown parameter encountered: "winbind trusted domains only"
Ignoring unknown parameter "winbind trusted domains only"
INFO 2021-11-18 19:21:09,620 pid:22754 /usr/lib/python3/dist-packages/samba/netcmd/testparm.py #96: Loaded smb config files from /etc/samba/smb.conf
INFO 2021-11-18 19:21:09,620 pid:22754 /usr/lib/python3/dist-packages/samba/netcmd/testparm.py #97: Loaded services file OK.
WARNING 2021-11-18 19:21:09,621 pid:22754 /usr/lib/python3/dist-packages/samba/netcmd/testparm.py #184: You have some share names that are longer than 12 characters. These may not be accessible to some older clients. (Eg. Windows9x, WindowsMe, and not listed in smbclient in Samba 3.0.)
# Global parameters
[global]
add group script = /usr/sbin/groupadd '%g'
add machine script = /usr/sbin/useradd -d /dev/null -g sambamachines -c 'Samba Machine Account' -s /dev/null -M '%u'
add user script = /usr/sbin/useradd -d /dev/null -c 'Samba User Account' -s /dev/null '%u'
add user to group script = /usr/sbin/useradd -d /dev/null -c 'Samba User Account' -s /dev/null -g '%g' '%u'
bind interfaces only = Yes
delete group script = /usr/sbin/groupdel '%g'
delete user from group script = /usr/sbin/userdel '%u' '%g'
delete user script = /usr/sbin/userdel '%u'
encrypt passwords = Yes
guest account = smbguest
idmap gid = 16777216-33554431
idmap uid = 16777216-33554431
interfaces = 127.0.0.1/8 192.168.0.0/24
load printers = Yes
log file = /var/log/samba/samba.log
logon drive = m:
logon home = \\%L\homes\%u
logon path = \\%L\profiles\%u
logon script = %G.bat
machine password timeout = 120
max log size = 1000
name resolve order = wins lmhosts bcast
netbios name = SAMBA24
nt pipe support = Yes
nt status support = Yes
obey pam restrictions = Yes
os level = 33
passdb backend = tdbsam
passwd chat = *New*password* %n\n *ReType*new*password* %n\n *passwd*changed*\n
passwd chat timeout = 120
passwd program = /usr/bin/passwd '%u'
printcap name = cups
remote announce = 192.168.0.255
remote browse sync = 192.168.0.255
security = USER
server string = Samba file and print server
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
template shell = /dev/null
unix password sync = Yes
username level = 6
username map = /etc/samba/smbusers
winbind cache time = 360
winbind nss info = no
winbind separator = @
winbind use default domain = Yes
workgroup = WORKGROUP
cups options = raw
hosts allow = 127. 192.168.0.
preserve case = Yes
printing = cups
short preserve case = Yes
[homes]
comment = Home Directories
locking = No
path = /home
read only = No
strict locking = No
valid users = %U
[netlogon]
comment = Network Logon Service
locking = No
path = /var/lib/samba/netlogon
strict locking = No
[profiles]
comment = User Profiles
create mask = 0600
directory mask = 0700
locking = No
path = /var/lib/samba/profiles
read only = No
strict locking = No
[printers]
browseable = No
comment = All Printers
locking = No
path = /var/spool/samba
printable = Yes
strict locking = No
[pdf-documents]
admin users = %U
comment = Converted PDF Documents
guest ok = Yes
locking = No
path = /var/lib/samba/pdf-documents
read only = No
strict locking = No
[pdf-printer]
comment = PDF Printer Service
guest ok = Yes
path = /tmp
printable = Yes
print command = /usr/bin/gadmin-samba-pdf %s %u
printing = bsd
use client driver = Yes
[Kino]
comment = No comment
locking = No
path = "/media/alexandr/SP PHD U3/Кино"
strict locking = No
Пользователь добавил сообщение 18 Ноября 2021, 19:31:32:
namei -ovl "/media/alexandr/SP PHD U3/Кино"
f: /media/alexandr/SP PHD U3/Кино
drwxr-xr-x root root /
drwxr-xr-x root root media
drwxr-x--- root root alexandr
drwxr-xr-x alexandr alexandr SP PHD U3
drwxr-xr-x alexandr alexandr Кино