I want to increase inode limits offered by my file extension (ext4) to store more number of files then currently allowed. How can I do that.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
mke2fs(8) tells us “it is not possible to expand the number of inodes on a filesystem after it is created”.
Do I need to format the filesystem.
This comment has been deleted