We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v16.13.1
Linux NAS 4.4.180+ #42962 SMP Wed Sep 21 10:56:47 CST 2022 x86_64 GNU/Linux synology_apollolake_218+
Synology DS218+
No response
rename successful
/volume2/File is a shared directory for the Synology DSM. /volume2/File1 is created by sudo mkdir /volume2/File1.
/volume2/File
/volume2/File1
sudo mkdir /volume2/File1
sudo node > fs.rename('/volume2/File/proxmox-ve_6.1-1.iso','/volume2/File1/proxmox-ve_6.1-1.iso',(err) => { if (err) throw err; console.log('Rename complete!');}) undefined > Uncaught: [Error: EXDEV: cross-device link not permitted, rename '/volume2/File/proxmox-ve_6.1-1.iso' -> '/volume2/File1/proxmox-ve_6.1-1.iso'] { errno: -18, code: 'EXDEV', syscall: 'rename', path: '/volume2/File/proxmox-ve_6.1-1.iso', dest: '/volume2/File1/proxmox-ve_6.1-1.iso' }
Related issues coderaiser/cloudcmd#384
The text was updated successfully, but these errors were encountered:
EXDEV: cross-device link not permitted
The operating system doesn't support what you're trying to do. There's nothing node can do about that.
I'll close this as not-a-bug but I can move it to a discussion if you have follow-up questions.
Sorry, something went wrong.
No branches or pull requests
Version
v16.13.1
Platform
Linux NAS 4.4.180+ #42962 SMP Wed Sep 21 10:56:47 CST 2022 x86_64 GNU/Linux synology_apollolake_218+
Subsystem
Synology DS218+
What steps will reproduce the bug?
No response
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
rename successful
What do you see instead?
/volume2/File
is a shared directory for the Synology DSM./volume2/File1
is created bysudo mkdir /volume2/File1
.Additional information
Related issues
coderaiser/cloudcmd#384
The text was updated successfully, but these errors were encountered: