mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 22:12:15 +00:00
7 lines
202 B
Plaintext
7 lines
202 B
Plaintext
# takes a lot of time, should only be used when debugging
|
|
|
|
echo -e "\n\nbtrfs filesystem du -s"
|
|
sudo btrfs filesystem du -s mnt_rw
|
|
|
|
echo -e "\n\ncompsize -x"
|
|
sudo compsize -x mnt_rw 2> /dev/null || true |