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:

  1. Edit /private/etc/smb.conf and replace this line:

    vfs objects = darwinacl, darwin_streams

    with this: (removing “, darwin_streams”)

    vfs objects = darwinacl

  2. Then change these lines:

    ; The darwin_streams module gives us named streams support.
    stream support = yes
    ea support = yes

    to this:

    ; The darwin_streams module gives us named streams support.
    stream support = no
    ea support = no

References

Advertisement

About this entry