Cyanrigger:
> >     do dd if=/dev/zero of=$f bs=$((($RANDOM % 8) + 16))
> I corrected $f to $i. I guess this was a typo...

Sorry.


> The general behaviour is:
> When I start the stresstest script ( I positioned it in a directory
> on /mnt/ro_root/test/ ) I can see a few processes with "ps" that all
> use the process name of the script. I guess these are the different
> functions.
> At the mentioned directory I can see that RANDOM files and directories
> are randomly created,removed,... according to the script. This happens
> ALSO when the check script is running the check ( -> not in sleep
> time ). This distracts me a bit.

The name of RANDOM files are all numbers, right?


> However,
> At the time the stress scripts are running the fsck script runs into
> errors. I guess this is just because it cannot mount it readonly - see

Ah, the two lines in the foreground script should be connected by &&,
sorry again.

        sudo mount -o remount,ro /your/ext3 && fsck -nf /your/ext3

Would you try again?


J. R. Okajima

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev

Reply via email to