mirror of
https://github.com/AltraMayor/f3.git
synced 2025-09-12 00:25:22 -04:00

* f3read As long as the kernel honors our advice, f3read doesn't ever read data from the system cache instead of reading from the memory card, and reading speed measurement is improved. * f3write Progress printout goes smoothly now.
### Compile gcc -Wall -c utils.c gcc -Wall -c f3write.c gcc -Wall -c f3read.c gcc -o f3write utils.o f3write.o gcc -o f3read utils.o f3read.o ### Use example ./f3write /media/5EBD-5C80/ ./f3read /media/5EBD-5C80/ Please replace "/media/5EBD-5C80/" with appropriate path. ### For more information see http://oss.digirati.com.br/f3/
Description
Languages
C
97.4%
Makefile
1.2%
Roff
1%
Dockerfile
0.2%
Shell
0.2%