Comment 1 for bug 1669069

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

I found that this is size dependent, but not in the gigabytes.
This is the first that fails:
$ rm file.lrz; dd if=/dev/zero of=file bs=1 count=64; lrzip -z file
While this still works
$ rm file.lrz; dd if=/dev/zero of=file bs=1 count=63; lrzip -z file