I just deleted a large (50 Gb) file and have emptied the recycle bin but df -h
still reports my disk as only having 31Gi available. As the result from df
is effectively instantaneous it must be using a cached result. What triggers it to bust the cache and update the result? Can I trigger this manually?
Asked
Active
Viewed 26 times
0

AJP
- 347
~/.Trash
and you can check this hypothesis withlsof +D ~/.Trash
.+D
option mean search for the whole directory subtree starting at the following path. – dan Oct 26 '19 at 12:12df
result isn't wrong. It does simply show details the Finder GUI wants to hide from you. – dan Oct 26 '19 at 12:15