T
toob9x
Grünschnabel
Hallo zusammen,
ich habe soeben erfolgreich Samba auf meinem alten Computer installiert, und habe jetzt ein paar Fragen an euch Erfahrenen!
Auf dem Server läuft nun Ubuntu 8.04 und das aktuelle Samba, was man durch den Paketmanager bekommt.
Nun bin ich schon so weit, dass ich den Server in der Netzwerkumgebung von meinem Main-Rechner mit Windows XP Home sehe, und auch drauf zugreifen kann.
Ich habe für Samba einen Ordner angelegt wo alle Rechner in meinem Netzwerk drauf zugreifen sollen. (Lesen und Schreiben)
Das habe ich so gemacht:
Nun habe ich ein Problem,
ich kann mit Windows zwar auf den Ordner "Share" zugreifen, aber nicht rein schreiben.
Wie muss ich das Einstellen, dass es geht?
Hier mal meine komplette " smb.cof "
Ich danke schoneinmal für eure Antworten!
Ps: Ist das erste mal das ich mit Linux arbeite!
Ps²: Erster Post!
Edit: Oh.. erster Post und gleich ein Fehler gemacht.
An die Mods: Bitte in den Samba-Bereich verschieben!
ich habe soeben erfolgreich Samba auf meinem alten Computer installiert, und habe jetzt ein paar Fragen an euch Erfahrenen!
Auf dem Server läuft nun Ubuntu 8.04 und das aktuelle Samba, was man durch den Paketmanager bekommt.
Nun bin ich schon so weit, dass ich den Server in der Netzwerkumgebung von meinem Main-Rechner mit Windows XP Home sehe, und auch drauf zugreifen kann.
Ich habe für Samba einen Ordner angelegt wo alle Rechner in meinem Netzwerk drauf zugreifen sollen. (Lesen und Schreiben)
Das habe ich so gemacht:
Code:
[Share]
comment = Share
read only = yes
locking = no
path = /home/share
guest ok = yes
Nun habe ich ein Problem,
ich kann mit Windows zwar auf den Ordner "Share" zugreifen, aber nicht rein schreiben.
Wie muss ich das Einstellen, dass es geht?
Hier mal meine komplette " smb.cof "
Code:
#======================= Global Settings =======================
[global]
# Netzwerkname
workgroup = MSHEIMNETZ
# server string is the equivalent of the NT Description field
server string = FileServer
# This will prevent nmbd to search for NetBIOS names through DNS.
dns proxy = no
#### Debugging/Accounting ####
# This tells Samba to use a separate log file for each machine
# that connects
log file = /var/log/samba/log.%m
# Cap the size of the individual log files (in KiB).
max log size = 1000
# We want Samba to log a minimum amount of information to syslog. Everything
# should go to /var/log/samba/log.{smbd,nmbd} instead. If you want to log
# through syslog you should set the following parameter to something higher.
syslog = 0
# Do something sensible when Samba crashes: mail the admin a backtrace
panic action = /usr/share/samba/panic-action %d
####### Authentication #######
# "security = user" is always a good idea. This will require a Unix account
# in this server for every user accessing the server. See
# /usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/ServerType.html
# in the samba-doc package for details.
; security = user
# You may wish to use password encryption. See the section on
# 'encrypt passwords' in the smb.conf(5) manpage before enabling.
encrypt passwords = true
# If you are using encrypted passwords, Samba will need to know what
# password database type you are using.
passdb backend = tdbsam
obey pam restrictions = yes
; guest account = nobody
invalid users = root
# This boolean parameter controls whether Samba attempts to sync the Unix
# password with the SMB password when the encrypted SMB password in the
# passdb is changed.
unix password sync = yes
# For Unix password sync to work on a Debian GNU/Linux system, the following
# parameters must be set (thanks to Ian Kahan <<kahan@informatik.tu-muenchen.de> for
# sending the correct chat script for the passwd program in Debian Sarge).
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
# This boolean controls whether PAM will be used for password changes
# when requested by an SMB client instead of the program listed in
# 'passwd program'. The default is 'no'.
pam password change = yes
# This option controls how nsuccessful authentication attempts are mapped
# to anonymous connections
map to guest = bad user
############ Misc ############
# Most people will find that this option gives better performance.
# See smb.conf(5) and /usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/speed.html
# for details
# You may want to add the following on a Linux system:
# SO_RCVBUF=8192 SO_SNDBUF=8192
socket options = TCP_NODELAY
# Setup usershare options to enable non-root users to share folders
# with the net usershare command.
# Allow users who've been granted usershare privileges to create
# public shares, not just authenticated ones
usershare allow guests = yes
#======================= Share Definitions =======================
# Un-comment the following (and tweak the other settings below to suit)
# to enable the default home directory shares. This will share each
# user's home directory as \\server\username
[homes]
comment = Home Directories
browseable = yes
[Share]
comment = Share
read only = yes
locking = no
path = /home/share
guest ok = yes
Ich danke schoneinmal für eure Antworten!
Ps: Ist das erste mal das ich mit Linux arbeite!
Ps²: Erster Post!
Edit: Oh.. erster Post und gleich ein Fehler gemacht.
An die Mods: Bitte in den Samba-Bereich verschieben!
Zuletzt bearbeitet: