Syntax
fio-detach <device> [options]
where <device> is the name of the device node (/dev/fctx), where x indicates the board number: 0, 1, 2, and so on. For example, /dev/fct0 indicates the first IO Accelerator installed on the system.
You can specify multiple IO Accelerator devices. For example, /dev/fct1 /dev/fct2 indicates the second and third IO Accelerator devices installed on the system. You can also use a wildcard to indicate all IO Accelerator devices on the system.
For example, /dev/fct*
Options | Description |
|
|
Immediate: Causes a forced immediate detach (does not save metadata). This will fail | |
| if the device is in use by the OS. |
Quiet: Disables the display of the progress bar and percentage. |
NOTE: Detaching an IO Accelerator device might fail with an error indicating that the device is busy. This might occur if the IO Accelerator device is part of a software RAID volume (0,1,5), is mounted, or if some process has the device open.
The tools fuser, mount, and lsof can be helpful to determine what is holding the device open.
fio-format
Description
IMPORTANT: The IO Accelerator devices are shipped
The
CAUTION: Use this utility with care since it deletes all user information on the IO Accelerator.
IMPORTANT: Use the
NOTE: Use a large block (sector) size to reduce IO Accelerator memory consumption. For
example: 4096 bytes. Be aware that some applications are not compatible with
Syntax
fio-format [options] <device>
where <device> is the name of the device node (/dev/fctx), where x indicates the device number: 0, 1, 2, and so on. For example, /dev/fct0 indicates the first IO Accelerator device installed on the system.
Options | Description |
|
|
Set the block (sector) size, in bytes or KiBytes (base 2). The default is 512 bytes. For | |
BK> | example: |
Utilities 25