2018-01-14 05:56:18 +01:00
|
|
|
.. _debugger-image-list:
|
|
|
|
|
2021-10-15 00:42:35 +02:00
|
|
|
Media Image Debugger Commands
|
|
|
|
=============================
|
2018-01-14 05:56:18 +01:00
|
|
|
|
2021-10-15 00:42:35 +02:00
|
|
|
:ref:`debugger-command-images`
|
|
|
|
lists all image devices and mounted media images
|
|
|
|
:ref:`debugger-command-mount`
|
|
|
|
mounts a media image file to an image device
|
|
|
|
:ref:`debugger-command-unmount`
|
|
|
|
unmounts the media image from a device
|
2018-01-14 05:56:18 +01:00
|
|
|
|
|
|
|
|
2021-10-15 00:42:35 +02:00
|
|
|
.. _debugger-command-images:
|
2018-01-14 05:56:18 +01:00
|
|
|
|
2018-01-14 16:07:15 +01:00
|
|
|
images
|
2018-01-14 05:56:18 +01:00
|
|
|
------
|
|
|
|
|
2021-10-15 00:42:35 +02:00
|
|
|
**images**
|
|
|
|
|
|
|
|
Lists the instance names for media images devices in the system and the
|
|
|
|
currently mounted media images, if any. Brief instance names, as
|
|
|
|
allowed for command line media options, are listed. Mounted software
|
|
|
|
list items are displayed as the list name, software item short name, and
|
|
|
|
part name, separated by colons; other mounted images are displayed as
|
|
|
|
file names.
|
|
|
|
|
|
|
|
Example:
|
2018-01-14 05:56:18 +01:00
|
|
|
|
2021-10-15 00:42:35 +02:00
|
|
|
``images``
|
|
|
|
Lists image device instance names and mounted media.
|
2018-01-14 05:56:18 +01:00
|
|
|
|
2021-10-15 00:42:35 +02:00
|
|
|
Back to :ref:`debugger-image-list`
|
|
|
|
|
|
|
|
|
|
|
|
.. _debugger-command-mount:
|
2018-01-14 05:56:18 +01:00
|
|
|
|
2018-01-14 16:07:15 +01:00
|
|
|
mount
|
2018-01-14 05:56:18 +01:00
|
|
|
-----
|
|
|
|
|
2021-10-15 00:42:35 +02:00
|
|
|
**mount <instance>,<filename>**
|
|
|
|
|
|
|
|
Mounts a file on a media device. The device may be specified by its
|
|
|
|
instance name or brief instance name, as allowed for command line media
|
|
|
|
options.
|
2018-01-14 05:56:18 +01:00
|
|
|
|
2021-10-15 00:42:35 +02:00
|
|
|
Some media devices allow software list items to be mounted using this
|
|
|
|
command by supplying the short name of the software list item in place
|
|
|
|
of a filename for the **<filename>** parameter.
|
2018-01-14 05:56:18 +01:00
|
|
|
|
2021-10-15 00:42:35 +02:00
|
|
|
Examples:
|
|
|
|
|
|
|
|
``mount flop1,os1xutls.td0``
|
|
|
|
Mount the file **os1xutls.td0** on the media device with instance
|
|
|
|
name **flop1**.
|
|
|
|
``mount cart,10yard``
|
|
|
|
Mount the software list item with short name **10yard** on the media
|
|
|
|
device with instance name **cart**.
|
|
|
|
|
|
|
|
Back to :ref:`debugger-image-list`
|
|
|
|
|
|
|
|
|
|
|
|
.. _debugger-command-unmount:
|
2018-01-14 05:56:18 +01:00
|
|
|
|
2018-01-14 16:07:15 +01:00
|
|
|
unmount
|
2018-01-14 05:56:18 +01:00
|
|
|
-------
|
|
|
|
|
2021-10-15 00:42:35 +02:00
|
|
|
**unmount <instance>**
|
|
|
|
|
|
|
|
Unmounts the mounted media image (if any) from a device. The device may
|
|
|
|
be specified by its instance name or brief instance name, as allowed for
|
|
|
|
command line media options.
|
|
|
|
|
|
|
|
Examples:
|
2018-01-14 05:56:18 +01:00
|
|
|
|
2021-10-15 00:42:35 +02:00
|
|
|
unmount cart
|
|
|
|
Unmounts any media image mounted on the device with instance name
|
|
|
|
**cart**.
|
2018-01-14 05:56:18 +01:00
|
|
|
|
2021-10-15 00:42:35 +02:00
|
|
|
Back to :ref:`debugger-image-list`
|