X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=HOWTO;h=886515b7aa754527070ee24ab785d66abb5b0b3e;hp=91a1ec353cf3180168ea7352b8a506c94b04ed99;hb=e72fa4d40565e7a213698d8696b81f80e4670982;hpb=7bc8c2cf02fbd538ca388618ff2f4618787a86e0 diff --git a/HOWTO b/HOWTO index 91a1ec35..886515b7 100644 --- a/HOWTO +++ b/HOWTO @@ -568,6 +568,8 @@ fsync=int If writing to a file, issue a sync of the dirty data fsyncdata=int Like fsync= but uses fdatasync() to only sync data and not metadata blocks. + In FreeBSD there is no fdatasync(), this falls back to + using fsync() overwrite=bool If true, writes to a file will always overwrite existing data. If the file doesn't already exist, it will be