mirror of
https://github.com/AltraMayor/f3.git
synced 2025-08-03 10:35:57 -04:00

Windows requires that the file descriptor passed to fdatasync(2) to be writable. Tom Hall reported the issue and proposed the solution.
### 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%