#!/bin/sh set -xe rm -f test_drive.img dd if=/dev/zero of=test_drive.img bs=1M count=128 mkfs.vfat -F 32 test_drive.img