diff options
Diffstat (limited to 'system/f3/README.SBo')
-rw-r--r-- | system/f3/README.SBo | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/system/f3/README.SBo b/system/f3/README.SBo new file mode 100644 index 0000000000..409dfbb2a9 --- /dev/null +++ b/system/f3/README.SBo @@ -0,0 +1,27 @@ +## Use example of f3write/f3read + +``` +$ ./f3write /media/michel/5EBD-5C80/ +$ ./f3read /media/michel/5EBD-5C80/ +``` + +Please replace "/media/michel/5EBD-5C80/" with the appropriate path. +USB devices are mounted in "/Volumes" on Macs. + +For more information see http://oss.digirati.com.br/f3/ + +### Bash scripts + +Although the simple scripts listed in this section are ready for use, +they are really meant to help you to write your own scripts. +So you can personalize F3 to your specific needs. + + f3write.h2w - Script to create files exactly like H2testw. + Use example: `f3write.h2w /media/michel/5EBD-5C80/` + + log-f3wr - Script that runs f3write and f3read, and records + their output into a log file. + Use example: `log-f3wr log-filename /media/michel/5EBD-5C80/` + +Please notice that all scripts and use examples above assume that +f3write, f3read, and the scripts are in the same folder. |