Hi, Marco Peereboom schrieb: > Do you have an exact test case on how you reproduce this?
That's easy, this is enough...
I=0
while [ I -lt 300 ]; do
dd if=/dev/zero of=/var/tmp/test/$I bs=1m count=100
I=(($I+1))
done
Hi, Marco Peereboom schrieb: > Do you have an exact test case on how you reproduce this?
That's easy, this is enough...
I=0
while [ I -lt 300 ]; do
dd if=/dev/zero of=/var/tmp/test/$I bs=1m count=100
I=(($I+1))
done