The experience of using this tool is amazing so far to me. And I have a nit-picking feedback as follows.
When running fio against a block device I personally prefer /dev/disk/by-id symbolic links over the default sda type of names.
e.g. /dev/disk/by-id/usb-JetFlash_Transcend_32GB_AAOJK4FQJKH0JUP9-0:0 to make sure I'm running a destructive benchmark against a USB drive instead of an internal SSD.
However, it fails with bench-fio with the following error.
The experience of using this tool is amazing so far to me. And I have a nit-picking feedback as follows.
When running fio against a block device I personally prefer
/dev/disk/by-id
symbolic links over the defaultsda
type of names.e.g.
/dev/disk/by-id/usb-JetFlash_Transcend_32GB_AAOJK4FQJKH0JUP9-0:0
to make sure I'm running a destructive benchmark against a USB drive instead of an internal SSD.However, it fails with bench-fio with the following error.
Fwiw, when writing a fio config by hand, if the colon in the symlinkn path is escaped, it works.