Simple fix for Mac OS X 10.6.3 Samba Write Access problem

Upgrading to Mac OS X Snow Leopard 10.6.3 was a painless procedure until I tried to access some SMB mounts… suddenly I had no write access to my samba drives! I was presented with this error message:
The operation can’t be completed because you don’t have permission to access some of the items.
Thankfully there’s a workaround of sorts and it is pretty straightforward.
Fixing the Samba/SMB write access problem in 10.6.3:
* Open smb.conf on the samba server in your favorite text editor
sudo nano /etc/smb.conf
* Find the global samba settings section under [global] and add the following line:
unix extensions = no
* Save and close smb.conf (in nano, Control-O followed by the return key to save, then Control-X to exit)
* Restart the smb server
The cause of the SMB error in Mac OS X 10.6.3:
After digging around I found the cause on SplatDot, and I can confirm I had the same error messages pertaining to wide links and unix extensions enabled at the same time, two parameters which are incompatible. This is why the fix works, you are disabling unix extensions (of course, you could disable wide links but there is a performance hit to that method) and the error will no longer occur.
I imagine this is just a bug in the way that Mac OS X 10.6.3 handles SMB shares and it will probably be fixed relatively quickly by Apple, and when it is fixed you can and should reactivate unix extensions again on the Samba server. Doing so is just a matter of removing the unix extensions = no line from the smb.conf file.









If you ever wanted to know exactly what Steve Jobs thinks about Flash, you’ve got your chance. Apple’s CEO has released a lengthy letter detailing why Apple does not allow Flash on it’s iPhone, iPod, and iPad devices. Calling Flash part of the “past” and “PC era”, he addresses six major points as to why Apple is leaving Flash behind, they are: 
If you are running a dual-display setup, you can easily adjust the primary display monitor in Mac OS X. When would you want to do this? For example, if you have a MacBook Pro 13″ hooked up to a larger external display, and you want the external display with it’s higher resolution to become the primary display, and your MacBook Pro with it’s smaller resolution to become the secondary display. This is just a matter of settings adjustments and it only takes a minute to configure, though it’s not particularly obvious at first glance.
NTFS Mounter is a simple utility that sits in your menubar and lets you select NTFS volumes to mount and write to. Interestingly enough, Mac OS X has been able to mount NTFS volumes with read and write support as of Mac OS X 10.6 Snow Leopard, although this is not officially supported or sanctioned by Apple. The app is just a simple interface to Mac OS X’s now built-in ability to do this. And yes, that means NTFS Mounter is Mac OS X 10.6 Snow Leopard only.
