slackbuilds_ponce/system/f3/README.SBo
Konrad J Hambrick ecce385615 system/f3: Added (Fix Fake Flash).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2017-01-01 07:21:16 +07:00

27 lines
923 B
Text

## 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.