#!/bin/sh # 50MiB dd if=/dev/zero of=./test_drive.img bs=512 count=102400 mkfs.vfat -F 32 ./test_drive.img