First of all: Great work Oleg. Everthing works just fine.
So, I've got a problem concerning my smb.conf. I searched the internet for quite a while, read some forums and then built my smb.conf. All commands seem to be okay, I can access the share via network.
But whenever I copy new files on the share, the filenames are changed to lower case.
I'll just post my smb.conf, maybe s.o. has got an idea what's wrong:
Code:
[general]
workgroup = ASD1
netbios name = abc
server string = abc
preserve modes = Yes
preserve case = Yes // Don't change filenames - doesn't (?) work
interfaces = 192.168.1.129/24
mangled names = No
log file = /tmp/harddisk/samba-log.%m
default case = Upper
case sensetive = No
mangle case = No
[wl-hdd]
path = /tmp/harddisk/
public = Yes
writeable = Yes
browseable = Yes