http://oss.sgi.com/bugzilla/show_bug.cgi?id=202
------- Additional Comments From xhejtman@xxxxxxxxxxxxxxxxx 2002-12-11 08:34
-------
All the drives are IDE drives with 2MB cache. Writecache is enabled by default,
but if I've disabled it, it did the same - file corruption. I will do one more
test, run script with disabled cache. I think that corruption occours only if
I'm running X server (with closed source nvidia driver). By the way my friend
with ide drive and write cache enabled does not see so much corruption.
Currently I'm testing it with this script:
----
#!/bin/sh
i=0; while [ $i != 100 ]; do echo fjhskjfhewk > /opt/tmp/xfstest.$i; sleep 1;
echo $i; i=$[$i+1]; done
sleep 40
echo "finished"
----
when I see finished, I unplug power and after start all files /opt/tmp/xfstest
are full of binary nulls.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
|