Thumbs.db, Windows XP, and Leopard Server
So, it seems that with a default installation of Leopard Server and a Windows XP client, you will be able to write a Thumbs.db file to a Samba share, but not read it. Seems silly enough but here is what fixed it for me:
- Edit /private/etc/smb.conf and replace this line:
vfs objects = darwinacl, darwin_streamswith this: (removing “, darwin_streams”)
vfs objects = darwinacl - Then change these lines:
; The darwin_streams module gives us named streams support.
stream support = yes
ea support = yesto this:
; The darwin_streams module gives us named streams support.
stream support = no
ea support = no
References
About this entry
You’re currently reading “Thumbs.db, Windows XP, and Leopard Server,” an entry on TechGlobber
- Published:
- September 13, 2008 / 11:04 pm
- Category:
- How-To, Troubleshooting
- Tags:
- Leopard, OS X, Samba, Server, Troubleshooting
2 Comments
Jump to comment form | comment rss [?] | trackback uri [?]