Re: how many inodes on a tmpfs mount

From: Olivier Certner <olivier.freebsd_at_free.fr>
Date: Fri, 11 Nov 2022 10:56:06 UTC
Hi,

The calculation used is in tmpfs_mount(). It normally allows to use the whole mount size to create file directory entries and nodes, so basically you should never run out of inodes, unless all your files are empty (space is accounted as file data plus file directory entries and nodes).

What does 'df -h -i' reports for your mount?

-- 
Olivier Certner