Wipe is a secure file wiping utility. There are some low level issues that must be taken into consideration. One of these is that there must be some sort of write barrier between passes. Wipe uses fdatasync(2) (or fsync(2)) as a write barrier, or if fsync(2) isn't available, the file is opened with the O_DSYNC or O_SYNC flag. For wipe to be effective, each pass must be completely written. To ensure this, the drive must support some form of a write barrier, write cache flush, or write cache disabling. SCSI supports ordered command tags, has a force media access bit for commands, and write cache can be disable on mode page 8. IDE/ATA drives support write cache flushes and write cache disabling. Unfortunately, not all drives actually disable write cache when asked to. Those drives are broken. Write caching should always be disabled, unless your system is battery backed and always powers down cleanly.
OS | Architecture | Version |
---|---|---|
NetBSD 10.0 | aarch64 | wipe-2.3.1.tgz |
NetBSD 10.0 | aarch64 | wipe-2.3.1.tgz |
NetBSD 10.0 | aarch64eb | wipe-2.3.1.tgz |
NetBSD 10.0 | aarch64eb | wipe-2.3.1.tgz |
NetBSD 10.0 | alpha | wipe-2.3.1.tgz |
NetBSD 10.0 | alpha | wipe-2.3.1.tgz |
NetBSD 10.0 | earmv4 | wipe-2.3.1.tgz |
NetBSD 10.0 | earmv4 | wipe-2.3.1.tgz |
NetBSD 10.0 | earmv6hf | wipe-2.3.1.tgz |
NetBSD 10.0 | earmv6hf | wipe-2.3.1.tgz |
NetBSD 10.0 | earmv6hf | wipe-2.3.1.tgz |
NetBSD 10.0 | earmv7hf | wipe-2.3.1.tgz |
NetBSD 10.0 | earmv7hf | wipe-2.3.1.tgz |
NetBSD 10.0 | earmv7hf | wipe-2.3.1.tgz |
NetBSD 10.0 | i386 | wipe-2.3.1.tgz |
NetBSD 10.0 | i386 | wipe-2.3.1.tgz |
NetBSD 10.0 | m68k | wipe-2.3.1.tgz |
NetBSD 10.0 | powerpc | wipe-2.3.1.tgz |
NetBSD 10.0 | powerpc | wipe-2.3.1.tgz |
NetBSD 10.0 | powerpc | wipe-2.3.1.tgz |
NetBSD 10.0 | sparc64 | wipe-2.3.1.tgz |
NetBSD 10.0 | sparc64 | wipe-2.3.1.tgz |
NetBSD 10.0 | sparc | wipe-2.3.1.tgz |
NetBSD 10.0 | sparc | wipe-2.3.1.tgz |
NetBSD 10.0 | vax | wipe-2.3.1.tgz |
NetBSD 10.0 | vax | wipe-2.3.1.tgz |
NetBSD 10.0 | vax | wipe-2.3.1.tgz |
NetBSD 10.0 | x86_64 | wipe-2.3.1.tgz |
NetBSD 10.0 | x86_64 | wipe-2.3.1.tgz |
NetBSD 9.0 | aarch64 | wipe-2.3.1.tgz |
NetBSD 9.0 | aarch64 | wipe-2.3.1.tgz |
NetBSD 9.0 | alpha | wipe-2.3.1.tgz |
NetBSD 9.0 | alpha | wipe-2.3.1.tgz |
NetBSD 9.0 | earmv6hf | wipe-2.3.1.tgz |
NetBSD 9.0 | earmv6hf | wipe-2.3.1.tgz |
NetBSD 9.0 | earmv6hf | wipe-2.3.1.tgz |
NetBSD 9.0 | earmv7hf | wipe-2.3.1.tgz |
NetBSD 9.0 | earmv7hf | wipe-2.3.1.tgz |
NetBSD 9.0 | earmv7hf | wipe-2.3.1.tgz |
NetBSD 9.0 | i386 | wipe-2.3.1.tgz |
NetBSD 9.0 | i386 | wipe-2.3.1.tgz |
NetBSD 9.0 | m68k | wipe-2.3.1.tgz |
NetBSD 9.0 | powerpc | wipe-2.3.1.tgz |
NetBSD 9.0 | powerpc | wipe-2.3.1.tgz |
NetBSD 9.0 | powerpc | wipe-2.3.1.tgz |
NetBSD 9.0 | sparc64 | wipe-2.3.1.tgz |
NetBSD 9.0 | x86_64 | wipe-2.3.1.tgz |
NetBSD 9.0 | x86_64 | wipe-2.3.1.tgz |
NetBSD 9.3 | x86_64 | wipe-2.3.1.tgz |
Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.
The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.
Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.
Problem reports, updates or suggestions for this package should be reported with send-pr.