mirror of
https://github.com/AltraMayor/f3.git
synced 2025-09-09 07:09:35 -04:00

Now F3 and h2testw share the same file format. Guenter Knauf has suggested this feature and got the random-number generator used in h2testw from Harald Bogeholz, the author of h2testw. This change also addresses the issue that the original random-number generator only fills the first 32 bits of the 64 bits of the random numbers on 64-bit machines. Besides the lower entropy on 64-bit machines, this issue was making files generated on 32-bit and 64-bit machines incompatible. Anselm Distelrath was the first to report this issue.
### Compile on Linux make linux ### Compile on Mac make mac ### Compile on Windows with Cygwin make cygwin ### Use example ./f3write /media/5EBD-5C80/ ./f3read /media/5EBD-5C80/ Please replace "/media/5EBD-5C80/" with the appropriate path. USB devices are mounted in "/Volumes" on Macs. ### For more information see http://oss.digirati.com.br/f3/ ### Files changelog - Change log for package maintainers. f3read.1 - Man page for f3read and f3write. In order to read run 'man ./f3read.1', and to install run 'install --owner=root --group=root --mode=644 f3read.1 /usr/share/man/man1'. LICENSE - GPLv3. Makefile - make(1) file. README - This file. *.h and *.c - C Code for f3write and f3read.
Description
Languages
C
97.6%
Roff
1%
Makefile
1%
Dockerfile
0.2%
Shell
0.2%