The issue was closed without fix 2 weeks ago, so I'm re-opening it.
Linux Internxt Drive client (2.4.9):
If you try to rename a file in the drive folder of the
mv a b
The results is an Input/output error (exitcode 1) and no renaming of the file.
MacOS client (2.5.8):
If you do the same the file will be renamed successfully (with bash and finder) and no error gets emitted.
Please implement the missing VFS operation in the Linux client.
Linux kernel VFS OPs
https://docs.kernel.org/filesystems/vfs.html
The issue was closed without fix, so I'm re-opening it.