Skip to content

Reliance Edge RED_ENFILE error #23

Answered by Tuxera-TonyQ
Tuxera-TonyQ asked this question in Q&A
Discussion options

You must be logged in to vote

Reliance Edge has a fixed number of preallocated inodes. (Much like many Unix-like file systems, such as ext2/3/4.) One inode is allocated for the root directory during format, and afterward each file or directory which is created will allocate an inode. The RED_ENFILE errno is returned when creating a new file or directory is not possible, because all the inodes have been allocated.

You will want to look at how many files and directories you have created on the Reliance Edge file system, and check on how many inodes you configured the file system to have in redconf.c.

More information about iNode count can be found in Chapter 12 ("Product Configuration) of the Reliance Edge Developer's G…

Replies: 1 comment

Comment options

Tuxera-TonyQ
Feb 10, 2023
Collaborator Author

You must be logged in to vote
0 replies
Answer selected by Tuxera-TonyQ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant