Manipulate disk images

by Christian Groessler

Using disk images for the M20, you may want to access and manipulate PCOS files contained in them. To download the source of m20floppy, click here. This software is under the GNU GPL, Version 2, June 1991.

Installing on Linux/x86:

type make some files will be compiled, generating a executable called m20

Installing on other systems:

edit Makefile and type make I've tried it on Solaris/x86 and it worked, for other systems your mileage may vary. This version worked on disk images only, to access real M20 floppies you'll need Linux or NetBSD. The DOS version supports only 40track/360K floppy drives. It does not work with 1.2M drives.

Using the m20 command

If you start m20 w/o arguments it will print a short usage overview:

usage: m20 image_file option
       option can be one of
              
          ls      - list files on image
          lsl     - verbosely list files on image
          cat     - show file from image
          get     - get file from image
          mget    - get multiple files from image
          put     - put file onto image
          mput    - put multiple files onto image
          rm      - delete file on image
          new     - create a new empty image
          version - display program version
        

Short description of the options: