Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

10
  • How much data is on the disk you want to format? How much data are you trying to save? How big is the "spare" disk that you have where you want to store the data while formatting?
    – yosh m
    Commented Apr 17, 2014 at 7:19
  • 1
    There is no such thing as a predictable compression ratio. Deal with it.
    – Daniel B
    Commented Apr 17, 2014 at 7:29
  • @yoshm I want to format full disk. The question is that I have X Gb of data I want to know how large "spare" disk I need to backup it.
    – mrgloom
    Commented Apr 17, 2014 at 7:31
  • @DanielB why not? What if algorithm pass through data and calc size of resulting archive?If it needed for "dictionary"(or something) it may use some "buffer" on disk which size is previously predifined and deleted after calculation.
    – mrgloom
    Commented Apr 17, 2014 at 7:36
  • 1
    Because this is how compression works. You cannot tell the size until you go through the file and try to compress it.
    – ek9
    Commented Apr 17, 2014 at 7:40