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

#dd if=/dev/zero of=/tmp/disk3.img bs=512 count=1600000
#mpartition -I   -t 10000 -h 50 -s 32           W:
#mpartition -cfa -t  9999 -h 50 -s 32 -b 1600   W:

dd if=/dev/zero of=/tmp/disk3.img bs=512 count=160000
mpartition -I   -t 1000 -h 50 -s 32           W:
mpartition -cfa -t  999 -h 50 -s 32 -b 1600   W:


mformat -F W:

# end
