|
|
|
|
|
by xyheme
991 days ago
|
|
Inode limits depends on the file system you use. I am using Btrfs. Btrfs inode limits is in a whole different league (whereas ext4's inodes are allocated at filesystem creation time and cannot be resized after creation, typically at 1-2 million, with a hard limit of 4 billion, btrfs's inodes are dynamically allocated as needed, and the hard limit is 2^64, around 18.4 quintillion. > -- https://unix.stackexchange.com/questions/18388/what-are-the-... |
|
I haven't seen anything but ext4 or xfs in over a decade