1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: f3
Section: utils
Priority: optional
Maintainer: Antoine Beaupré <anarcat@debian.org>
Build-Depends: debhelper (>= 10), libparted-dev, libudev-dev
Standards-Version: 4.2.0
Homepage: http://oss.digirati.com.br/f3
Vcs-Browser: https://salsa.debian.org/debian/f3
Vcs-Git: https://salsa.debian.org/debian/f3.git
Package: f3
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: test real flash memory capacity
F3 (Fight Flash Fraud or Fight Fake Flash) tests the full capacity of a
flash card (flash drive, flash disk, pendrive).
.
F3 writes to the card and then checks if can read it. It will assure you
have not been bought a card with a smaller capacity than stated. Note that
the main goal of F3 is not to fix your removable media. However, there
are resources to mark the invalid areas.
.
This package provides these executables: f3write, f3read, f3brew, f3fix
and f3probe.
|