Unknown error chmod, stat
Posted: Tue Aug 27, 2024 7:10 am
I have a custom nodejs script, that moves files from switch to a local network drive. For a few times i have been getting the following errors:
In the last error, it doesn't give me a file name, but only the network drive location where it's supposed to copy the files.
At the time of the errors, the script was under a very heavy load because of the amount of the files it had to copy at once. Could that have caused it?
Code: Select all
UNKNOWN: unknown error, chmod 'filename.pdf'
Code: Select all
UNKNOWN: unknown error, stat 'network drive location'
At the time of the errors, the script was under a very heavy load because of the amount of the files it had to copy at once. Could that have caused it?