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.
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