

CMAKE COMMAND NOT FOUND CENTOS FREE
All you can do is delete any unnecessary files to free up inodes for future files.ĭata corruption is the inevitable fate of any hard drive. If there are no free inodes left on your system, this is the source of the “No space left on device” error.Īs inodes are only created upon first formatting the drive, there is no way to generate more inodes. This will clearly tell the total number of inodes present in the filesystem, along with the amount currently in use. So enter sudo lsof / | grep deleted where / is the base directory and | a pipe for linking lsof’s output to grep. The lsof command will give you a list of all open files being used by running processes, and grep can narrow down the selection to the ones that are deleted.

If you are seeing the “No Space Left on Device” error message despite having sufficient free space on your disk, it’s not the hardware that’s at fault. Why Does Linux Show “No Space Left on Device”?

Any discrepancy points to disk space that is not freely available despite not being used by any files or folders. The idea is to tally the results of the du and df commands.
