I experience a very strange symptom with my really simple samba share:
When I copy a couple of e.g. JPEG files from my Win XP client to the samba share, numerous empty files (0 bytes) - and with identical base names - get created automatically…
In a bash listing those files look like this:
-rwxr--r-- 1 nobody nobody 698779 Dec 19 2004 000_0002.JPG
-rwxr--r-- 1 nobody nobody 0 Dec 19 2004 000_0002.JPG:{4c8cc155-6c1e-11d1-8e41-00c04fb9386d}:$DATA
-rwxr--r-- 1 nobody nobody 511000 Dec 19 2004 000_0003.JPG
-rwxr--r-- 1 nobody nobody 0 Dec 19 2004 000_0003.JPG:{4c8cc155-6c1e-11d1-8e41-00c04fb9386d}:$DATA
Looking at them from the Windows client looks like that:
19.12.2004 17:19 698,779 000_0002.JPG
19.12.2004 17:19 0 090LII~0
19.12.2004 17:19 511,000 000_0003.JPG
19.12.2004 17:19 0 0WD9G3~Q
My smb.conf is as follows:
[global]
server string = Samba Server
workgroup = FIRENET
netbios name = BlackHole
hosts allow = Zorro
hosts deny = ALL
security = share
log level = all:2
name resolve order = bcast host lmhosts wins
local master = yes
[public]
comment = public general purpouse share
path = /home/shares/public
read only = no
guest ok = yes
guest only = yes
[photos]
comment = public photos share
path = /home/shares/photos
read only = no
guest ok = yes
guest only = yes
Any comments are highly wellcome!