<div dir="ltr"><div><div><div><div><div>While poking about I noticed that the toybox df command does not have the common option "-i" which displays the inodes of a  filesystem instead of the blocks. I ran out of inodes on a flash card a few days back.<br><br></div>Also the somewhat insane but handy option "--o" would also be nice as it displays both the block and inode info.<br></div>Personally I now frequently check space with "df -h --o"<br>Filesystem     Type     Inodes IUsed IFree IUse%  Size  Used Avail Use% File Mounted on<br>/dev/root      ext4       5.5M  3.2M  2.3M   59%  928G  849G   33G  97% -    /<br>tmpfs          tmpfs      2.0M   568  2.0M    1%  1.6G  868K  1.6G   1% -    /run<br><br></div>I am not sure why they picked a long option "--output=" when the short option "-o" is not in use, but hey it's GNU and improved ;)<br></div>the option is supposed to allow you to pick the fields but I usually just want them all which is the default.<br><br></div>Jim<br></div>