cloudfuse icon indicating copy to clipboard operation
cloudfuse copied to clipboard

cd into subdirectory with many siblings

Open rchrd2 opened this issue 13 years ago • 1 comments

I understand that cloudfuse cannot list more than 10,000 subdirectories, but can it also not "cd" into a subdirectory if it's it has more than 10,000 siblings? It seems like only the 10,000 that make it into the "ls" are able to entered into with "cd". I am getting the following error:

bash: cd: /path/to/my/file/1/0/281: No such file or directory

Is there a way around this? This is holding us back from finishing something we've been working on, so any help would be appreciated.

Thank you,

Richard

rchrd2 avatar May 06 '11 20:05 rchrd2

yes this is similar behavior i noticed too! so if i have filenames which can go outside the 10K files then it does not store them in the directories, but stores them fine in directories starting with letter 'A'

mandmZoom avatar May 09 '11 20:05 mandmZoom