storage
The storage command is used to manage storage devices on the Makito X with Storage dual-height model. This includes formatting and ejecting storage drives. To display available storage devices use storage list.
Synopsis
storage list |
Actions
Action | Description |
---|---|
list | Displays available storage devices for the encoder. |
[device] [command] | Device specifies the type, either: ssd, usb, sd Command, either: format, mount, eject, restart |
Options
Option | Description | |
---|---|---|
-f | --force | Never prompt for confirmation. |
-v | --verbose | Display output from low level commands. |
Parameters
Parameter | Default | Description/Values |
---|---|---|
| ntfs | (format command only) File system type, either: ext4, ntfs, fat32, exfat Note The SSD drive can only be formatted as ext4. |
| n/a | (format command only) String specifying the volume name. |
Examples
# storage usb eject Ejects the installed USB storage device. |
# storage usb format Formats the USB drive as NTFS by default. |
# storage list Displays a list of available storage devices, for example: Device Size Used Available Use% Type Volume |
Related Topics