Michel Machado c03cbf4b4a Advising the kernel
* 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.
2011-12-17 17:05:03 -05:00
2011-12-17 17:05:03 -05:00
2011-12-17 17:05:03 -05:00
2011-12-14 17:59:52 -05:00

### 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
F3 - Fight Flash Fraud
Readme GPL-3.0 1.6 MiB
Languages
C 97.4%
Makefile 1.2%
Roff 1%
Dockerfile 0.2%
Shell 0.2%