2) http://support.apple.com/kb/TS4149
sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server AclsEnabled -bool YES
1) SMBUP:
http://eduo.info/apps/smbup
mac share for xbmc: http://wiki.xbmc.org/index.php?title=SMB/Mac
config: /opt/local/etc/samba3/smb.conf
start service with:
sudo /opt/local/sbin/smbd -D
sudo /opt/local/sbin/nmbd -D
logfiles:/var/log/samba_*machinename*
smbup with samba tested on 10.9 and 10.7
----
config with no authentication (guest access)
(BOLD CHANGED VOM DEFAULT)
----
[global]
unix charset = UTF8
workgroup = ARBEITSGRUPPE
netbios name = IMAC-name-smb
netbios aliases = IMAC-alias
server string = Samba %v on %L
map to guest = Bad User
log file = /var/log/samba.log.%m
max log size = 50
debug timestamp = No
smb ports = 445
dns proxy = No
security = SHARE
lanman auth = Yes
client lanman auth = Yes
veto files = /Thumbs.db/.DS_Store/.TemporaryItems/TheVolumeSettingsFolder/TheFindByContentFolder/Temporary Items/Network Trash Foder/.AppleDouble/.bin/.AppleDesktop/._*/Icon*/[DATEN_LOKAL]
comment = daten_lokal
path = /daten_lokal
read only = No
guest ok = Yes
[ISO]
comment = ISO
path = /Volumes/USB2014/BTSYNC/ISO
read only = No
guest ok = Yes