-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
EPERM: operation not permitted, utime '/mnt/windows/...' #41
Comments
How about just trying to call |
That would be a better solution. I don't think we should do it to chmod though at it's more important that it succeeds. |
Ignoring the error would probably have worked for me. But I have already added the option in PR #42. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
The way my Samba share is mounted I can copy the files, but changing utime is not permitted.
This leads to
EPERM: operation not permitted, utime
error.I'd like to ask for an option to disable calling
fs.utimes
after copying.This may be related to #22 but instead of
chmod
I needutimes
disabled.The text was updated successfully, but these errors were encountered: