diff --git a/pages/common/f3write.md b/pages/common/f3write.md new file mode 100644 index 000000000..d4d7289d7 --- /dev/null +++ b/pages/common/f3write.md @@ -0,0 +1,14 @@ +# f3write + +> Fill a drive out with .h2w files to test its real capacity. +> See also `f3read`, `f3probe`, `f3fix`. +> More information: . + +- Write test files to a given directory, filling the drive: + +`f3write {{path/to/mount_point}}` + +- Limit the write speed: + +`f3write --max-write-rate={{kb_per_second}} {{path/to/mount_point}}` +