just one more thing, if you need to create large empty file, "mkfile" is very slow, because the file is padded with zeros by default, so in this cases maybe it will be better use something like:
#dd if=/dev/zero of=/myfile bs=1024k count=30
for the 30m example.
Regards,
Carlos Almeida,