When your disk usage does not match the usage summary or when you have a full filesystem yet you've removed the files you are most likely dealing with open files.
To find open files use lsof +L1 and kill the PID so that the space will be freedup
When your disk usage does not match the usage summary or when you have a full filesystem yet you've removed the files you are most likely dealing with open files.
To find open files use lsof +L1 and kill the PID so that the space will be freedup