Unter Suse Linux 9.0 habe ich vmware 4.5.1 erfolgreich installiert.
Unter W2k bin ich bis zum Lesezugriff gekommen, aber mit dem Schreibzugriff auf die Shares komme ich auf keinen grünen Ast.
Ich habe host-only und bridged network aktiviert.
Meine vmnet1 smb.conf im Anschluss...
(Leicht gekürzt, ich will mehrere Laufwerke einbinden)
Bei /mnt/hdc7/ handelt es sich um ein Fat32-Laufwerk
Was mache ich falsch? In W2k habe ich einen user mit dem gleichen Namen wie unter samba
Das Passwort habe ich auch in beiden gleich gesetzt mit
vmware-smbpasswd vmnet1 -a beispiel , user und Passwd in kleinbuchstaben.
Ich komme nicht weiter. So weit war ich vor Jahren schon mal und habe dann vmware aufgegeben und bin bei Windows geblieben

Dank vorab Stefan
PS.: Ich kürze etwas - hab's hinbekommen


;
; Configuration file for Samba operating on vmnet1.
;
; Global settings
[global]
;
; Identity
;
; Allow several Samba servers on different subnet without conflicts
socket address = 172.16.138.1
interfaces = 172.16.138.0/255.255.255.0
bind interfaces only = yes
; Workgroup the host belongs to
workgroup = EGAL
; SMB name of the host (the hostname by default)
; netbios name =
; Description of the host
server string = VMware hust
;
; Access
; Allow connections from
; Beware: if we use this directive, smbd will try to do a reverse resolution
; Authentication scheme
security = user
encrypt passwords = yes
;
; Options
;
; Automatically load the printer list (from /etc/printcap by default)
load printers = yes
; Gives better performance
socket options = TCP_NODELAY
;
; Files and directories
;
; Locks
lock directory = /etc/vmware/vmnet1/smb/var/locks
; SMB passwords
smb passwd file = /etc/vmware/vmnet1/smb/private/smbpasswd
; VMware extension to use codepages in a different directory
code page directory = /usr/lib/vmware/smb/codepages
;
; Name browsing
;
; Allow the host to participate in master browser elections
local master = yes
; Force a local browser election upon startup
preferred master = yes
; Do not try to resolve SMB names via DNS
dns proxy = no
;
; Shared resources
; Home directories
[homes]
comment = Home directories
browseable = no
writable = yes
; mein Laufwerk F
[Foto]
comment = Fotos
path = /mnt/hdc7/
public = yes
read only = no
browseable = yes
printable = no
; Printers
[printers]
comment = All printers
path = /var/lpd
browseable = no
guest ok = no
writable = no
printable = yes
[HostFS]
;natürlich Blödsinn, war nur zum Testen:
comment = VMware host filesystem
path = /
public = no
writeable = yes
printable = no