Check inode usage linux
Show inode usage per filesystem; can cause 'no space' without disk full
df -i | sort -k5 -rn
more linux
all 133 commands →
Show inode usage per filesystem; can cause 'no space' without disk full
df -i | sort -k5 -rn