- one where I mount my own MemFS and create a shared folder inside its mount point (let's call this machine the "server")
- one where I access the shared folder via SMBv2/v3 (let's call this machine the "client")
The issue arises when I try to open, in the client machine, a simple text file inside the shared directory (I've tried with Notepad, Wordpad and Sublime): it shows an "invalid directory name" error with the path of the file being opened.
When I try opening the file from the server side, everything works fine.
Furthermore, when I use your own MemFS implementation, everything works fine as well from the client machine.
Have you ever had this issue before and then fixed it with something important being done in MemFS?
Thanks.
Cheers,
Ricardo