#! /bin/bash
#
# Add the following line to your ~/.mtoolsrc file before running this script
#
# drive x: file="/tmp/disk1.img" partition=1
#
#
#

dd if=/dev/zero of=/tmp/disk1.img bs=512 count=20000
mpartition -I   -t 100 -h 5 -s 40          X:
mpartition -cfa -t  99 -h 5 -s 40 -b 200   X:
mformat x:

# end
