XP(pro)SP3$0
$0
appending to one of the linked files does not immediatley update the displayed size of the other.$0
$0
eg:$0
$0
md example$0
cd example$0
echo test > a$0
fsutil hardlink create b a$0
echo more >> b$0
dir$0
type a > nul$0
dir$0
$0
also timestamps etc are slow to update, nothing seems to happen until the file is opened.$0