Verify disk space with lsof

This commit is contained in:
Lakshmipathi.G 2016-02-15 02:07:52 +05:30
parent a38a24a1ed
commit e64c2f3c09

View file

@ -312,6 +312,8 @@ Also use `rsync` instead of `scp`, so that after network interruption you resume
- Use `dmesg` whenever something's acting really funny (it could be hardware or driver issues).
- If you delete a file and it doesn't free up expected disk space as reported by `du`, check whether the file is in use by a process:
`lsof | grep deleted | grep "filename-of-my-big-file"`
## One-liners