singrdk/base/Applications/Benchmarks/SpecWeb99/webfiles/xwebfile.init.script

13 lines
513 B
Plaintext
Raw Normal View History

2008-03-05 09:52:00 -05:00
clear
2008-11-17 18:29:00 -05:00
fatcontrol '@format' '/dev/vol0.2'
fatcontrol '@mount' '/dev/vol0.2' '/fs'
2008-03-05 09:52:00 -05:00
wafgen99 '-v' '60' '/fs'
clear
echo '=============================================================================='
2008-11-17 18:29:00 -05:00
echo 'When unmount has completed the initialization is complete.
echo 'You must manually reset the machine to start the xwebfile benchmark.'
2008-03-05 09:52:00 -05:00
echo '=============================================================================='
2008-11-17 18:29:00 -05:00
echo 'Unmounting...'
fatcontrol @unmount '/fs'
echo '...Unmount completed.'