Simple tip: Inodes

January 15, 2009

Sometimes when on a Linux system, you will encounter a problem with running out of disk space when it appears that you haven’t. This is because there are actually two different resources on a Linux filesystem.

Disk space – this is the total amount of space allotted to all of your files.

Inodes – this is [...]

0