Hello,
I have noticed a strange behavior with my MyCloud EX2 Ultra.
In the Windows network drive, I try to create a folder with the name “uploaded”. Windows says it is not possible. Any other name works.
Then, I have established a SSH connection and creates the directory with “mkdir”.
$ mkdir "uploaded"
$ mkdir "xyz123"
It turns out that only the folder “xyz123” is displayed in the network directory. The “uploaded” folder is NOT shown.
When I rename the folder, it is shown
$ mv "uploaded" "hello"
and when I rename it to “uploaded”, the folder is invisible again
$ mv "hello" "uploaded"
It seems like the Samba-Daemon explicitly hides any directory that has the name “uploaded”. Also, it seems that the folder “.AppleDouble” is “banned” too.
What is going on and how can I create a directory that is called “uploaded”?
Thank you for your help