Browsing articles tagged with " smb"
Apr
13

Fixing SMB issue with Mac OSX 10.6.3 update

By Luc  //  Linux, Mac, System  //  No Comments

You may have noticed problems when trying to save/write/create/delete stuff on a SMB share after updating your Mac to update 10.6.3. The quick turn around is to edit the smb.conf file (usually find in /etc/samba/smb.conf) and add this line in the [GLOBAL] section:

unix extensions = no

restart samba and it will work again!

to restart SAMBA: /etc/init.d/samba restart