| Paketname | zerofree | 
| Beschreibung | zero free blocks from ext2/3 file-systems | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 1.0.1-2 | 
| Sektion | admin | 
| Priorität | extra | 
| Installierte Größe | 56 Byte | 
| Hängt ab von | e2fslibs (>= 1.37), libc6 (>= 2.0) | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Thibaut Paumard | 
| Quelle |  | 
| Paketgröße | 6754 Byte | 
| Prüfsumme MD5 | 003ea9ab215daa77f589ef34dc726704 | 
| Prüfsumme SHA1 | 96d7ccf5e4f1b0eb42f107c1b1d7abdaddabd731 | 
| Prüfsumme SHA256 | 0e179b36df2ddb21e1fd7cdd5bb5ff78bed2af6a033563bcf09d46dccd904682 | 
| Link zum Herunterladen | zerofree_1.0.1-2_i386.deb | 
| Ausführliche Beschreibung | Zerofree finds the unallocated, non-zeroed blocks in an ext2 or ext3
file-system and fills them with zeroes. This is 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" do 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. |