Hello, when I run the following lines within an 2.6.32 guest kernel
dd if=/dev/urandom of=1/test.bin bs=1M count=50 for i in `seq 2 8`;do sync echo 1 > /proc/sys/vm/drop_caches echo 2 >/proc/sys/vm/drop_caches echo 3 > /proc/sys/vm/drop_caches cp 1/test.bin $i/ done; find . -name "*.bin" -execdir md5sum '{}' \; I get this: ecd4abaee6fa9237f1d115e9af564942 ./test.bin 7ce7edbc8532a351fdd3b2c61cff1c99 ./test.bin ecd4abaee6fa9237f1d115e9af564942 ./test.bin ecd4abaee6fa9237f1d115e9af564942 ./test.bin 0ac87c7fbaa5cf4a2882e07beb43290c ./test.bin ecd4abaee6fa9237f1d115e9af564942 ./test.bin f5bae7e1a10185b115beee80d5398581 ./test.bin ecd4abaee6fa9237f1d115e9af564942 ./test.bin This happens with 2.6.32.8 and .9 (9 with the fixed rlimit patch). Is this a know issue? Wrong kernel config? matthias ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ User-mode-linux-user mailing list User-mode-linux-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user