Я недавно обновил Windows 7 до Windows 8.1 на одной из своих домашних рабочих станций. У меня есть другая машина под управлением Ubuntu 13.10.
До обновления до Windows 8.1 я имел доступ к общим ресурсам в Ubuntu (общий доступ, щелкнув правой кнопкой мыши на папке -> Параметры общего доступа), и в настоящее время другие устройства в доме все еще могут получить доступ к общим ресурсам (это другое устройство Windows 7, Устройства Android и даже старое устройство с Windows XP). Все остальные устройства, которые у меня есть, могут получить доступ к общим ресурсам. Эти общие папки были настроены так, чтобы Allow others to create and delete files in this folder
и Guest access
.
Именно на этой машине с Windows 8.1 я вижу общие папки, но при попытке открыть одну из них появляется сообщение об ошибке сети Windows, к которому у you do not have permissions to access...
Я думаю, что так как они используются Guest access
, не должно быть никаких возможных разрешений, которые мешают, а для других устройств, которые у меня есть, это похоже на правду.
Кроме того, все папки, участвующие в общих ресурсах, имеют разрешения 777, применяемые через chmod
. Для этой проблемы я также нашел параметр прав доступа Nautilus для правого клика Create and delete files
для всех групп.
Я нашел статьи вокруг этого разговора об обновлении HKLM/System/Services/LanmanServer/Parameters/RequireSecuritySignature
до 0 (который уже был установлен в 0, кстати).
Кажется глупым, что мне нужно изменить свой файл smb.conf
как ВСЕ другие машины имеют к нему общий доступ, хотя я обнаружил, что некоторые говорят, что поддержка Wins должна быть Yes
а другие - что No
. Я попробовал это без изменений. По-прежнему появляется сообщение об ошибке безопасности.
В одном я уверен, что Windows 8 заставила меня использовать адрес электронной почты и информацию для входа с этого адреса, чтобы иметь возможность войти в эту систему. Опять же, общие ресурсы разрешают guest access
.
Ниже, если содержание smb.conf в случае, если это помогает.
#======================= Global Settings =======================
[global]
#
workgroup = WORKGROUP
server string = %h server (Samba, Ubuntu)
wins support = yes
; wins server = w.x.y.z
dns proxy = no
name resolve order = wins lmhosts host bcast
###
; 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
######
encrypt passwords = true
; passdb backend = tdbsam
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
#########
#
; domain logons = yes
#
; logon path = \\%N\profiles\%U
; logon drive = H:
; logon script = logon.cmd
; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos "" %u
; add machine script = /usr/sbin/useradd -g machines -c "%u machine account" -d /var/lib/samba -s /bin/false %u
; add group script = /usr/sbin/addgroup --force-badname %g
#########
; printing = bsd
; printcap name = /etc/printcap
; printing = cups
; printcap name = cups
###########
; include = /home/samba/etc/smb.conf.%m
; message command = /bin/sh -c '/usr/bin/linpopup "%f" "%m" %s; rm %s' &
; idmap uid = 10000-20000
; idmap gid = 10000-20000
; template shell = /bin/bash
; winbind enum groups = yes
; winbind enum users = yes
; usershare max shares = 100
usershare allow guests = yes
#======================= Share Definitions =======================
;[homes]
; comment = Home Directories
; browseable = no
; read only = yes
; create mask = 0700
; directory mask = 0700
#
; valid users = %S
;[netlogon]
; comment = Network Logon Service
; path = /home/samba/netlogon
; guest ok = yes
; read only = yes
;[profiles]
; comment = Users profiles
; path = /home/samba/profiles
; guest ok = no
; browseable = no
; create mask = 0600
; directory mask = 0700
[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
; write list = root, @lpadmin
;[cdrom]
; comment = Samba server's CD-ROM
; read only = yes
; locking = no
; path = /cdrom
; guest ok = yes
# cdrom share is accesed. For this to work /etc/fstab must contain
# an entry like this:
#
#
#
# is mounted on /cdrom
#
; preexec = /bin/mount /cdrom
; postexec = /bin/umount /cdrom
[DROP2]
path = /media/jeff/Storage/DROP
writeable = yes
; browseable = yes
guest ok = yes