Scroll to navigation

IMGTOOL(1) MESS media image manipulation tool IMGTOOL(1)

NAME

imgtool - MESS media image manipulation tool

SYNOPSIS

imgtool create format image [option ...]
imgtool dir format image [path]
imgtool get format image file [newname] [--filter=filter] [--fork=fork]
imgtool put format image file ... [newname] [option ...] [--filter=filter] [--fork=fork]
imgtool getall format image [path] [--filter=filter]
imgtool del format image file ...
imgtool mkdir format image directory
imgtool rmdir format image directory ...
imgtool readsector|writesector format image track head sector file
imgtool identify image
imgtool listformats|listfilters
imgtool listdriveroptions format

DESCRIPTION

imgtool is a tool for the maintenance and manipulation of disk and other types of images that MESS users need to deal with. Functions include retrieving and storing files and CRC checking and validation. Image files can also be within .zip files.

OPTIONS

Creates and image. Optional, image-specific parameters can be specified, see imgtool listdriveroptions command for a full list.
Lists the contents of an image.
Gets a single file from an image. A filter can be specified to convert custom file formats to ASCII, see imgtool listfilters command for a full list. File can optionally be renamed.
Puts file(s) on an image (wildcards and rename supported). Filters are supplied to convert ASCII files to custom file formats, see imgtool listfilters command for a full list.
Gets all files off an image. Filters can be specified to convert custom file formats to ASCII, see imgtool listfilters command for a full list.
Deletes a file on an image.
Create a directory on an image.
Delete directories on an image.
Extract content of a single sector from an image to a file.
Write file content to a specific sector on an image.
Try to recognize the format of an image file.
Lists all image file formats supported by imgtool.
Lists all filters supported by imgtool. Filters are a mean to process data being written into or read out of an image in a certain way.
Lists all format-specific options for imgtool put and imgtool create commands.

EXAMPLES

imgtool dir coco_jvc_rsdos myimageinazip.zip

imgtool get coco_jvc_rsdos myimage.dsk myfile.bin mynewfile.txt

imgtool getall coco_jvc_rsdos myimage.dsk

SEE ALSO

mess (6)

2016-07-21 0.176