Disk space

DiskUsage

Documentation

IvanVolosyuk/diskusage
https://github.com/IvanVolosyuk/diskusage
Fork: WhiredPlanck/diskusage
https://github.com/WhiredPlanck/diskusage

F-Droid: DiskUsage
https://f-droid.org/en/packages/com.google.android.diskusage/

Troubleshooting

without actual paths, the info is not valuable #101
https://github.com/IvanVolosyuk/diskusage/issues/101


Android File manaher:
Internal > Android > data > com.viber.voip > files
DiskUsage:
Storage card > Apps > Viber > Files > .import
File system:

mysql-bin log files take a lot of space

Symptom and cause

Symptom: the directory /var/lib/mysql/ is taking an increasing amount of space because of the numerous “server-bin.n” or mysql-bin.00000n files stored there.

This is because /etc/mysql/my.cnf has:

log-bin=mysql-bin

Binary logging is used for data recovery and for replication with master/slave servers.

To clear those binary log files, you must first decide whether you want/need binary logging or not.

Disable binary logging

In /etc/mysql/my.cnf:
disable log-bin and related settings as below (comment out or delete):

Syndicate content