#!/bin/bash
rm -f test.reiserfs
truncate -s 64M test.reiserfs

# We could avoid the confirmation prompt by setting up a loopback device,
# but then this script would have to be run as root.
mkreiserfs -ff test.reiserfs
