List inodes of mounted device
df -i
List inodes for directory
ls -id
find / -xdev -printf '%h\n' | sort | uniq -c | sort -k 1 -n