http://superuser.com/questions/693158/can-i-expand-the-size-of-a-file-based-disk-image
dd if=/dev/zero of=./binary.img bs=1M count=1000
Can I expand the size of a file based disk image?
http://superuser.com/questions/693158/can-i-expand-the-size-of-a-file-based-disk-image
dd if=/dev/zero of=./binary.img bs=1M count=1000