On Sat, Jun 28, 2025 at 04:26:05PM +0100, Ethan Azariah wrote:
> On Sat, Jun 28, 2025, at 4:03 PM, Crystal Kolipe wrote:
> > On Sat, Jun 28, 2025 at 03:53:37PM +0100, Ethan Azariah wrote:
> >> can ffs run out of inodes as ext2 can?
> >
> > Yes.
> >
> > But with default settings and typical use, it probably won't happen.
> 
> thanks. i might have misunderstood inodes role in hard linking.
> when you make a hard link, does it use a new inode?

No, a hard link points to the same inode.

However there is, (separately), a limit to the number of links you can
have to the same inode.

So if you're using all this to create a kind of versioning filesystem
then at least in theory it might eventually hit that limit and stop
working, (unless you take steps to prevent that).

Reply via email to