Hello!
Filesystems with compression can compress data. Using system tools it is possible to see compression rate for file/folder.
Would be nice to have two optional file sizes original and compressed to see in ncdu (v2?)
For example to see how good folder is compressed you have to run following commmand on btrfs:
sudo compsize -x /usr
Hello!
Filesystems with compression can compress data. Using system tools it is possible to see compression rate for file/folder.
Would be nice to have two optional file sizes original and compressed to see in ncdu (v2?)
For example to see how good folder is compressed you have to run following commmand on btrfs:
```
sudo compsize -x /usr
```