X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=HOWTO;h=e693d7aec21da5678f236d72bf8d81a20ee8684c;hp=3bda021d17c9090929d4276161b346242a0f27c4;hb=969f7ed32353ade93ea30542a4993b75b94e3f8a;hpb=1dcc049824b840df1ee0ef5d019fffa4037e1bb0;ds=sidebyside diff --git a/HOWTO b/HOWTO index 3bda021d..e693d7ae 100644 --- a/HOWTO +++ b/HOWTO @@ -577,6 +577,9 @@ verify=str If writing to a file, fio can verify the file contents crc32 Use a crc32 sum of the data area and store it in the header of each block. + crc16 Use a crc16 sum of the data area and store + it in the header of each block. + null Only pretend to verify. Useful for testing internals with ioengine=null, not for much else.