inode usage
David Henderson
dhenderson at digital-pipe.com
Tue Dec 11 16:10:51 UTC 2018
So I was checking with the 'df' from coreutils on another computer and
in doing so I stumbled upon something bizarre. Going back to my main
computer (that only has the BB 'df'):
# which df
/bin/df
# df -B1 -i /
rootfs 374.3k 28.8k 345.5k 8% /
# /bin/df -B1 -i /
rootfs 383299 29528 353771 8% /
Why would the values change only when the applet is preceded by its
parent directory? Is this a bug of some sort?
Thanks,
Dave
On 12/11/18, David Henderson <dhenderson at digital-pipe.com> wrote:
> Good morning all! I am working on a project and need to find the
> inode usage of the file system. When I run the 'df -i' command from
> the prompt I get the inode usage, but it only shows in the thousands
> (e.g. 374.3k). I have tried several methods to try and get it to show
> the raw number (e.g. 374368) but can't seem to figure it out. Is this
> possible with the BB df applet?
>
> Thanks,
> Dave
>
More information about the busybox
mailing list