

Where are you running du -sh *
? (I.e. what directory, are you definitely scanning the whole file system?) I’m sure it’s obvious, but can never hurt to check!
What does du -sh /
show? (Generally, the *
glob pattern in the shell will not match hidden dot-files, so is it possible they are being excluded?)
Surely, if you forget it’s even running, you aren’t using it, and it doesn’t matter if it stops running? (With a couple of obvious exceptions like automated backups, etc)