Arnout Vandecappelle
Arnout Vandecappelle
Changes in v2: - Add a second patch that adds the -F option to _not_ salvage files even if -a is given. Turns out that salvaging files allocates another `total_cluster_bytes*sizeof(uint32_t)`,...
Cfr. http://autobuild.buildroot.net/results/320/320f0648860c79b5fc8890b85e75a05dc1d1bfeb
Modern systems have /usr/bin/python pointing to python3 instead of python2, so breeder must work with python3 as well. python3 requires bytes for base64 encoding and decoding and for zlib compression....