zerofree 1.1.1-1build4 source package in Ubuntu

Changelog

zerofree (1.1.1-1build4) noble; urgency=medium

  * No-change rebuild against libext2fs2t64

 -- Steve Langasek <email address hidden>  Thu, 14 Mar 2024 15:50:42 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
zerofree_1.1.1.orig.tar.gz 8.5 KiB 956bc861b55ba0a2b7593c58d32339dab1a0e7da6ea2b813d27c80f08b723867
zerofree_1.1.1-1build4.debian.tar.xz 5.2 KiB 3653622a720cf8fd7d7f22980bb6e26601c3492e81ae0e58167df60a1f743d57
zerofree_1.1.1-1build4.dsc 1.9 KiB 7346d9592c541007d96970fe828d050266c98709f3b133a84a2d46df9d2d0b47

View changes file

Binary packages built by this source

zerofree: zero free blocks from ext2, ext3 and ext4 file-systems

 Zerofree finds the unallocated blocks with non-zero value content in
 an ext2, ext3 or ext4 file-system and fills them with zeroes
 (zerofree can also work with another value than zero). This is mostly
 useful if the device on which this file-system resides is a disk
 image. In this case, depending on the type of disk image, a secondary
 utility may be able to reduce the size of the disk image after
 zerofree has been run. Zerofree requires the file-system to be
 unmounted or mounted read-only.
 .
 The usual way to achieve the same result (zeroing the unused
 blocks) is to run "dd" to create a file full of zeroes that takes up
 the entire free space on the drive, and then delete this file. This
 has many disadvantages, which zerofree alleviates:
  * it is slow;
  * it makes the disk image (temporarily) grow to its maximal extent;
  * it (temporarily) uses all free space on the disk, so other
    concurrent write actions may fail.
 .
 Zerofree has been written to be run from GNU/Linux systems installed
 as guest OSes inside a virtual machine. If this is not your case, you
 almost certainly don't need this package. (One other use case would
 be to erase sensitive data a little bit more securely than with a
 simple "rm").

zerofree-dbgsym: debug symbols for zerofree