fswritecompare - Scripts to compare different filesystems regarding block writes The scripts are written with little care for security (read them if you so care), they're intended to be run by the root user. Usage # ./prepare.sh # ./test.sh Cleanup: # umount `mount | awk '/^\/tmp/ { print $1 }'` # losetup -D # rm -i /tmp/*.img