X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=HOWTO;h=aec00e84e548f1c9d65952e73803d8fcb5df53e9;hb=617a2013384ae474177a8a9c151468e3d3fd8944;hp=dc70ab6693688e4078713abd0292bb8036915035;hpb=5338f35ddd52203048e2f6262b7254dddc2d8d52;p=fio.git diff --git a/HOWTO b/HOWTO index dc70ab66..aec00e84 100644 --- a/HOWTO +++ b/HOWTO @@ -243,8 +243,11 @@ filename=str Fio normally makes up a filename based on the job name, can specify a number of files by separating the names with a ':' colon. So if you wanted a job to open /dev/sda and /dev/sdb as the two working files, you would use - filename=/dev/sda:/dev/sdb. '-' is a reserved name, meaning - stdin or stdout. Which of the two depends on the read/write + filename=/dev/sda:/dev/sdb. If the wanted filename does need to + include a colon, then escape that with a '\' character. For + instance, if the filename is "/dev/dsk/foo@3,0:c", then you would + use filename="/dev/dsk/foo@3,0\:c". '-' is a reserved name, + meaning stdin or stdout. Which of the two depends on the read/write direction set. opendir=str Tell fio to recursively add any file it can find in this