External Local Storage:Some Folders are Empty

Hi,

I am using OC 10 under CentOS7 and I am having some trouble with external storage.

Looks like I did everything right:

  1. Created the mount point and populated files
  2. Gave all files and folders full permissions (for testing purpose only!): find bilder/ -type d -exec chmod 0777 {}\;; find bilder/ -type f -exec chmod 0666 {}\;
  3. Gave all files and folders matching user/group: chown -R apache:apache bilder/
  4. Installed the “External Storage” app within OC
  5. Created as admin user the external storage as local storage
  6. Assigned users to the configured external storage.

Now the users can see the additional storage folders and can browse them. But in some folders they do not see any files. What they see is the following:
grafik

But there are files in it. If I go to the shell, created a new folder and copied the content to it. The new folder now shows the files properly. But I do not see the files in the old folder. There are no differences based on persmissions or owenership. There are no ACLs nor XAttributes set.

Is there some sort of indexing/ caching active (the external storage is hughe and has 140,000 files with 700G)?

Any hints?

/KNEBB

Hey,

i’m not familiar with the external storage topic but i think it could be possible the occ files:scan command could help.