PoC-Consortium / engraver

PoCC Burstcoin Reference Plotter
MIT License
63 stars 39 forks source link

Fixed calculation of free disk space for unpriviliged user #9

Closed Kristian-Popov closed 6 years ago

Kristian-Popov commented 6 years ago

Good day! This change fixes a preallocation, previously amount of free space available to superuser was returned by freespace() function. But space actually available to a unprivileged user is smaller, this behavior lead to allocating of a file too big to fit a volume. That was the case on my mining/plotting machine. This change fixes that.

Regards, Kristian Popov