@@ -145,8 +145,9 @@ static int cmd_df(int argc, char **argv)
total_bytes = pretty_sizes(sargs->spaces[i].total_bytes);
used_bytes = pretty_sizes(sargs->spaces[i].used_bytes);
- printf("%s: total=%s, used=%s\n", description, total_bytes,
- used_bytes);
+ printf("%s: total=%ldk (%s), used=%ldk (%s)\n", description,
+ sargs->spaces[i].total_bytes/1024, total_bytes,
+ sargs->spaces[i].used_bytes/1024, used_bytes);
}
free(sargs);
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in