Crystal Pony
04/01/2024 (Mon) 09:39
No.10100
del
pink posts?
>>10098>Though y'all still have over 200 posts before you get to the absolute reply limit.I didn't know about that, so it's 1000 as the limit (like textboards).
>>10084>I have a total of about 212,693 + 212693 inodes ...More like a total of 212,693 inodes only because parts of / symlink to /tmp (/ and /tmp = two different devices/FSs). Each symlink takes up one inode, same with each file.
>https://askubuntu.com/questions/919748/says:
>Use this command to get an ordered list of the subdirectories with the most inodes used:>$ sudo find . -xdev -type f | cut -d "/" -f 2 | sort | uniq -c | sort -n>Run this in your root folder, then drill down until you find your culprit.df -i says:
>Filesystem Inodes IUsed IFree IUse% Mounted on
Message too long. Click here to view full text.