diff options
author | jhale <jhale@FreeBSD.org> | 2014-09-27 09:46:53 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2014-09-27 09:46:53 +0800 |
commit | 59cab899dce0b0952b14b6a9604ec3cad4e7f9e5 (patch) | |
tree | b778c9069a9d45365eb87914a3a45ae3934da871 /sysutils/Makefile | |
parent | 5e15328a813b80f3330ccbbbac9a9b00914996c7 (diff) | |
download | freebsd-ports-gnome-59cab899dce0b0952b14b6a9604ec3cad4e7f9e5.tar.gz freebsd-ports-gnome-59cab899dce0b0952b14b6a9604ec3cad4e7f9e5.tar.zst freebsd-ports-gnome-59cab899dce0b0952b14b6a9604ec3cad4e7f9e5.zip |
F3 (Fight Flash Fraud or Fight Fake Flash) tests the full capacity
of a flash card (flash drive, flash disk, pendrive). It writes to
the card and then checks if it can read it. It will assure that
you haven't been sold a card with a smaller capacity than stated.
WARNING: All data on the tested disk might be lost!
WWW: http://oss.digirati.com.br/f3
PR: 193779
Submitted by: Uffe Jakobsen <uffe@uffe.org>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index c6c6eb4c783d..faf98d32f31d 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -217,6 +217,7 @@ SUBDIR += exfat-utils SUBDIR += extipl SUBDIR += ezjail + SUBDIR += f3 SUBDIR += fanout SUBDIR += farbot SUBDIR += fastest_cvsup |