Jason Ferrara

Results 2 comments of Jason Ferrara

It looks like the free space is correct. It's the total space that's wrong.

This seems to fix the incorrect total space (and block count) issue. ``` diff --git a/convert/source-ext2.c b/convert/source-ext2.c index 9fad4c50..01b630ba 100644 --- a/convert/source-ext2.c +++ b/convert/source-ext2.c @@ -92,8 +92,8 @@ static int...