Package: bonnie Version: 1.6-0 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 38 Depends: libc6 (>= 2.4) Suggests: bc Filename: ./amd64/bonnie_1.6-0_amd64.deb Size: 13372 MD5sum: bedee8c2ecbc0f03f1e9aedc9b2ac0c5 SHA1: af7e7d29b957580bb3b76bb1fb6752fe5dc06bac SHA256: cdff017bf6155e4268b1442cebce8eeee9ccbac6c83fa5677e1d84f01eda5170 Section: SystemUtilities Priority: optional Description: Bonnie is a popular performance benchmark that targets various aspects of Unix file systems. . Authors: -------- Tim Bray Kurt Garloff Package: ddrescue Version: 1.99-0.3.0-11.0 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 283 Depends: libc6 (>= 2.14) Filename: ./amd64/ddrescue_1.99-0.3.0-11.0_amd64.deb Size: 108396 MD5sum: d017632b4fcca37bbdbb37270425db6e SHA1: b846b48a4c4dfb1b9c9aa8ae54fff3f3b2eff75e SHA256: c09aed1888f0d06847b9e1c487a3f9d43b16c637bcb0ba3ea349130705a8bece Section: SystemUtilities Priority: optional Description: dd_rescue is a data recovery and protection tool. When your disk has crashed and you try to copy it over to another one, standard Unix tools like cp, cat, and dd will abort on every I/O error, dd_rescue does not. It optimizes copying by using large blocks as long as no errors occur and falls back to smaller blocks. It supports reverse direction copying (to approach a bad spot from the top), sparse copying, preallocating space, splice zerocopy, and bypassing the kernel pagecache with O_DIRECT. dd_rescue provides safe deletion of data by overwriting files (or better partitions/disks) multiple times with fast random numbers. With the ddr_hash plugin, it supports calculating a hash value (such as a sha256sum) or an HMAC during copying. Package: ddrescue-crypt Source: ddrescue Version: 1.99-0.3.0-11.0 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 221 Depends: libc6 (>= 2.14), libssl1.0.0 (>= 1.0.1) Recommends: ddrescue (= 1.99-0.3.0-11.0) Filename: ./amd64/ddrescue-crypt_1.99-0.3.0-11.0_amd64.deb Size: 68270 MD5sum: 736da0d771093b4930caaefc304f28c0 SHA1: 7a43a13b2f5be0d1134cc47b04dfbd9ce8948cc6 SHA256: e6d971b6206d463f79e83d4a14d6ef6cf0b156e98e1e439df632bea704cdeec0 Section: SystemUtilities Priority: optional Description: The ddr_crypt plugin enables dd_rescue to de/encrypt data on the fly while it's copied with dd_rescue. ddr_crypt uses the AES family of algorithms for this purpose. AES is considered safe by most cryptographers. It's fairly efficient to implement and some modern CPUs have hardware support for it. The x86 AES support is used by the plugin, ARMv8 is planned for the future. There are various numbers of bits and enhance number of rounds supported as well as various ways to handle and generate keys. Package: ddrescue-lzo Source: ddrescue Version: 1.99-0.3.0-11.0 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 60 Depends: libc6 (>= 2.14), liblzo2-2 Recommends: ddrescue (= 1.99-0.3.0-11.0) Filename: ./amd64/ddrescue-lzo_1.99-0.3.0-11.0_amd64.deb Size: 23758 MD5sum: b7c88a9bf9d0566472d360a6d56a8817 SHA1: 841dc57032c915d201a6798c72bf9ea721838abb SHA256: e4b5e9f7180c27144bafc57a70c0ff3f515c55d6df14eea0975d0ce1308bbb73 Section: SystemUtilities Priority: optional Description: The ddr_lzo plugin enables dd_rescue to de/compress data on the fly while it's copied with dd_rescue. ddr_lzo uses the lzo family of algorithms for this purpose. LZO is remarkably fast for decompression and still very fast when compressing at moderate compression levels. On the flipside, it does not compress as well as zlib. With the lzo1x family, ddr_lzo is compatible with lzop. The plugin has a number of features to support data recovery in case .lzo files have been corrupted. Package: libfallocate-dev Source: libfallocate Version: 0.1.1-2 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 21 Recommends: libfallocate0 (= 0.1.1-2) Filename: ./amd64/libfallocate-dev_0.1.1-2_amd64.deb Size: 4186 MD5sum: 4c627d63aba11e512547a560d4296b7e SHA1: 0d07bcb50f19518a999e1b6d8497b1b490cac71b SHA256: 32ef16c0c596ba490150dac8a8cb9b301cc08b4ffce822451d5b38442189fd5b Section: SystemLibraries Priority: optional Description: libfallocate provides an interface for applications to tell filesystems about the size of to-be-written files, so the filesystem can do a better job in taking allocation decisions to avoid fragmentation. This package contains the header files needed for development as well as the static library. Package: libfallocate0 Source: libfallocate Version: 0.1.1-2 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 27 Depends: libc6 (>= 2.4) Filename: ./amd64/libfallocate0_0.1.1-2_amd64.deb Size: 7282 MD5sum: 120cf84168ac7788307678c8681688a2 SHA1: 01dcf05eda17267148a4ead240278717516131ea SHA256: 16cd39bc703e1309421b78e415a6e42dafb876a7cb06730605aa21d4c62c0702 Section: SystemLibraries Priority: optional Description: libfallocate provides an interface for applications to tell filesystems about the size of to-be-written files, so the filesystem can do a better job in taking allocation decisions to avoid fragmentation. libfallocate provides a wrapper for the fallocate() syscall in case your glibc (<2.10) does not have it yet. It also provides linux_fallocate() which will attempt the space reservation ioctl that xfs and ocfs2 provide in case fallocate() did not succeed. It has an additional richer interface fallocate_with_fallback() that allows you to instruct it to fallback to do preallocation by zeroing things out (like posix_fallocate()) or to extend the file size by a sparse write (like a successful fallocate() with mode==0 would have done).