Hi,
I tried to use mkfatimage16 to create a 40 MB image for dosemu. The command
mkfatimage16 -k 40000 -f ../hdimage.test *
ran without errors but the image is un-readable by mtools, unmountable by
Linux, etc. When I tried to use the -t flag instead of -k
mkfatimage16 -t 1024 -f ../hdimage.test *
it worked but the image is too small for my purpose - only about 30 MB, and
1024 tracks turned out to be the maximum allowed. Does that mean that there
is no way to make a bigger image with mkfatimage16? Is there anything else?
Thanks
Petr