Самба Поделиться вдруг не доступно
После нескольких часов поисков я ищу здесь помощь.
Моя настройка:
- Сервер: Ubuntu Server 14.04.3 LTS
- Клиент: Win 7 Verbindung mit Login des Unix Пользователи
Вчера SMB работал отлично, но сегодня, после возвращения домой, нет никакой связи с акциями.
Мой текущий пользователь с ssh подключается довольно хорошо, и сервер можно найти на клиенте. Но если я введу "root" -> "mnt", я получу отказ в разрешении... Мультимедиа работает немного больше, но только с теми, которые находятся прямо на том же диске. Есть несколько символических ссылок, которые не работают.
Кто-нибудь, помогите, пожалуйста:(
Мой SMB Config (Testparm выглядит хорошо.)
[global]
workgroup = ZIRP
server string = %h server (Samba, Ubuntu)
dns proxy = no
; interfaces = 127.0.0.0/8 eth0
; bind interfaces only = yes
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0
panic action = /usr/share/samba/panic-action %d
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* .
map to guest = bad user
[Home]
path = %H
comment = Home Directories
; browseable = no
; read only = yes
create mask = 0755
directory mask = 0755
;valid users = %S
[printers]
comment = All Printers
browseable = no
path = /var/spool/samba
printable = yes
guest ok = no
read only = yes
create mask = 0700
# Windows clients look for this share name as a source of downloadable
# printer drivers
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = yes
guest ok = no
# Uncomment to allow remote administration of Windows print drivers.
# You may need to replace 'lpadmin' with the name of the group your
# admin users are members of.
# Please note that you also need to set appropriate Unix permissions
# to the drivers directory for these users to have write rights in it
write list = root, @lpadmin
[Multimedia]
path = /mnt/Festplatte2/Multimedia
follow symlinks=yes
[Root]
path = /
valid users = benjamin
write list = benjamin
writable = yes
follow symlinks=yes
1 ответ
Сам нашел ответ на http://ubuntuforums.org/showthread.php?t=1600541
Добавьте следующие строки в раздел [global] файла smb.conf: Code: follow symlinks = yes wide links = yes unix extensions = no
Затем перезапустите службу samba: Код: sudo service smbd restart