To find out where are all the inodes being used, run:
find / -xdev -printf '%h\n' | sort | uniq -c | sort -k 1 -n
Hope this helps!
To find out where are all the inodes being used, run:
find / -xdev -printf '%h\n' | sort | uniq -c | sort -k 1 -n
Hope this helps!