Inodes limitation?

Website URL

Photo Album 2025-2029

Error Message

(please share the FULL error message you see, if applicable)

Other Information

Recently I uploaded many files through Filezilla (mainly jpgs & htmls) and noticed that although files have been successfully uploaded and pictures all showed up on the website as well, yet the jpg files do not appear on the server pane of Filezilla. I also notice the Filezilla server pane file numbers always remain at 4998 although all files in my own directory shows 5064. From the picture uploaded here, jpg files are missing between 27-31Dec2025.

I also went to My infinityfree account File Manager noticed the total file number under htdocs folder also capped at 4998.

I thought the Inodes limit for free account is 80,000?

Please help. Thanks & Happy New Year!!

I don’t think you’re problem is inodes. I think it’s file sizes, this is the size limits

This article should help too

Edit

Might also be that you’ve reached the 5gb limit on free hosting too
Scratch that I’ve just seen in your screenshot you’re only at 3gb

4 Likes

FTP servers of free hosting will struggle to show more than 5000 items in a single folder. In the Linux world a folder itself will take up 2 so it is capped at 4998. The files are still there, they are not deleted, you just cannot see them.

8 Likes

Now that’s intresting… I didn’t know that

4 Likes

I think that all FTP server software has a setting built in with how many files they will return in a single listing. I know that PureFTPd, the software that we’re using, requires such a limit to be set.

Not having any limit at all could result in a very slow directory lookup, with a very large amount of data then being sent to the client, which then needs to display it all without breaking down.

Most software of any kind has limits on how many records they will return at once (especially over the network), but most software supports pagination to reconstruct long lists. FTP doesn’t have such a feature.

While you’re technically not wrong, the implication that the limit exists because “free hosting servers are weak” is ignores the fact that this limit is very common with FTP servers.


For @wiclee, rest assured that the files you have uploaded actually exist on your account, even if you can’t see them over FTP. If you would like to see them via FTP, my recommendation is to divide the files into subfolders with fewer than 5000 files each.

8 Likes

Thank you very much.

However, I created a sub-folder named Sub under htdocs in Filezilla. It was successfully created but just few seconds later the sub-folder was removed by system.

I then went to Control Panel, File Manager and created the sub-folder there and sucessfully copied a file over. When I came back to Filezilla but did not see the sub-folder there.

Did I do it wrong? :folded_hands:

I think we’ve just explained to you that it’s just not showing up, not deleted.

2 Likes

I was attempting to create sub-folder based on Admin’s recommendation

Are you creating that sub folder right inside where it has 5000 files?

5 Likes

Yes

@Admin

Can you enlighten me how to get this (subfolders) done successfully? Many thanks!!

Because you put the folder right inside where it already have more than 5000 files it will not show up as well.

If you want to create subfolders now then you must delete or move some file away first.

6 Likes

Thanks for your reply.
I am able to see the Sub-folder under htdocs (I named it “Sub”) from Control Panel/File Manager.

I ran a test to see if sub-folder works before I move files over.

I uploaded a jpg file into that “Sub” folder. But the picture is not visible from the webpage as you can see from the attached files below:

Hello. To test a subfolder, you can simply visit it directly in your browser, note also the casing of filenames:

Your moved files are inside the new folder. But you have to open and edit pa2025.html also. Locate line 2039 and change the "<img src=“20260107.jpg” into <img src=“Sub/20260107.jpg”. Do the same for the files you moved already, changing the src value to the corresponding subfolder name.

I would advise editing pa2025.html on your local machine and uploading it after instead of editing directly in FTP/browser. Otherwise, it might also not display if the file count is still more than 5,000.

5 Likes

@siglo_ph Thank you very much for explaining.

It’s too much work to use the sub folder option and therefore I shall stick to the invisible files option :wink: .

Once again thanks everybody for your expert contribution. :folded_hands:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.