Skip to content

Instantly share code, notes, and snippets.

@vsrinivas
Created December 7, 2012 05:18
Show Gist options
  • Save vsrinivas/4230974 to your computer and use it in GitHub Desktop.
Save vsrinivas/4230974 to your computer and use it in GitHub Desktop.
sync
sync
umount /tmp/x
newfs -U -i 256 /dev/vkd2s0
tunefs -n enable /dev/vkd2s0
mount /dev/vkd2s0 /tmp/x
cd /tmp/x
cp /root/fsstress .
./fsstress -n 1000000 -p 10 -d test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment