in meinem Homenetzwerk gibt es drei Computer (WIndows, Linux) und zwei Benutzer. Nun gibt es auch noch einen Linux-Server mit Samba, der Dateien zentral vorhalten soll.
Mein Problem ist, dass ich Verzeichnisse zwar auf den Server kopieren kann, dann aber sofort die Schreibrechte verliere. Der User ändert sich auf nobody.nogroup und die Schreibrechte im Verzeichnis auf 755 statt 777. Hat wer ne Idee woran das Problem liegen könnte?
Meine smb.conf:
Code: Alles auswählen
[global]
workgroup = HOMELAN
server string = SERVER
panic action = /usr/share/samba/panic-action %d
encrypt passwords = true
#client plaintext auth = yes
#client lanman auth = yes
map to guest = Bad Password
log level = 1
log file = /var/log/samba/samba.log
max log size = 8192
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192
read raw = yes
write raw = yes
oplocks = yes
max xmit = 16644
aio read size = 16384
aio write size = 16384
#deadtime = 15
getwd cache = no
large readwrite = yes
local master = yes
preferred master = yes
os level = 254
load printers = no
allocation roundup size = 1048576
client code page = 850
character set = ISO8859-15
guest account = nobody
[Dateien]
comment = Dateisammlung
path = /Dateien
guest ok = Yes
# hosts deny =
hosts allow = localhost 192.168.1.1/29
read only = No
# preexec =
# root postexec = ggf. Backup anwerfen
create mask = 0777
force create mode = 0777
directory mask = 0777
force directory mode = 0777