[plug] thrashing hard disks

Bernd Felsche bernie at innovative.iinet.net.au
Wed Mar 10 15:17:30 WST 2004


On Wednesday 10 March 2004 15:05, Ben Jensz wrote:
> I should probably clarify... they are U320 SCSI drives in a server (not
> currently in production, so it doesn't matter if there is data loss).

Hack your own...

e.g.

dd if=/dev/sdx bs=8k of=/dev/null &
dd if=/dev/sdy bs=8k of=/dev/null &

After "random delay"

dd if=/dev/sdx bs=32k of=/dev/null &
dd if=/dev/sdy bs=32k of=/dev/null &

After "random delay"

...

Much more fun with Bonnie++ running *as well*.

Never ever try this when there are users on the system unless you're
writing a chapter for the BOFH.

-- 
/"\ Bernd Felsche - Innovative Reckoning, Perth, Western Australia
\ /  ASCII ribbon campaign | I'm a .signature virus!
 X   against HTML mail     | Copy me into your ~/.signature
/ \  and postings          | to help me spread!





More information about the plug mailing list