Comment 84 for bug 286828

Revision history for this message
Vide (vide80) wrote :

Thierry, I've just tried what simonm said and no errors here, it all seems fine (mounting a Debian 3.0.24-6etch10 samba server from Ubuntu 8.10 with 2.6.27-11 kernel and the nodfs option)

% echo "1 2 3" >> test_file
% cat test_file
1 2 3
% echo "4 5 6" >> test_file
% cat test_file
1 2 3
4 5 6