In Linux, you may sometimes find that after deleting a file from a disk, no free space is reclaimed. This is because when a particular file is being used by a running process, the file descriptor is not freed until the process releases it.
Continue reading “Deleting Files Doesn’t Free Up Space on Linux”