diff options
author | Konrad J Hambrick <kjhambrick@gmail.com> | 2017-01-01 07:21:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-01 07:21:16 +0700 |
commit | ecce385615243a8d5e284c672a0d4cf375c7eef5 (patch) | |
tree | 9184b51ad966da2c3bdada30f695760990c591c2 /system/f3/README.SBo | |
parent | 39a3fb50bfb3aa74f3d37aea320fdedc54dc8fe5 (diff) | |
download | slackbuilds-ecce385615243a8d5e284c672a0d4cf375c7eef5.tar.gz |
system/f3: Added (Fix Fake Flash).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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. |