Enabling streams_xattr module and write as: ----- echo test data > test1.txt:test1 ----- and run "dir" on Windows, the file size of test1.txt should be 0, but reports 12, for example. After writing to the main stream for test1.txt like: ----- echo test2 > test1.txt ----- Then file size of test1.txt becomes valid, 8 bytes.
I can't reproduce this with the latest git code in 3-2-test. Can you confirm this is still a problem please ? Seems to work for me. Jeremy.
I tested againt Samba 3.2.6 and this bug is fixed at 3.2.6. (And not at 3.2.5). Thanks!