10.0.1
Linux
./azcopy_linux_amd64 cp 'https://<fileshare:.file.core.windows.net/
000 : File Creation Error operation not supported
If I change the path from the CIFS share to the local directory the command works (i.e. saving onto the VM itself). But if I make the path something on a new empty windows cifs fileshare (i.e. restoring my snapshot onto a fresh share) I get errors
No. But I believe it to be related to allocating memory for the file here https://github.com/Azure/azure-storage-azcopy/blob/500f2eec4b658a5294eef523b5802b19ba80f5b7/common/mmf_linux.go#L99
Hi, @wilsonge
Thanks for reaching us and report the issue.
This issue specifically happens in linux systems, where fallocate is not supported by cifs/smb3. We'll provide a fix to this issue, and will update this issue when related fix is released.
Thanks,
Jiachen
Awesome. Thanks!
@wilsonge
FYI, release 10.0.2 invovles the fix. Welcome try.
Best Regards,
Jiachen
Thanks! Sorry I've been taken off the part that involves this right now. But will try when I'm next able to and let you know!
Most helpful comment
Hi, @wilsonge
Thanks for reaching us and report the issue.
This issue specifically happens in linux systems, where fallocate is not supported by cifs/smb3. We'll provide a fix to this issue, and will update this issue when related fix is released.
Thanks,
Jiachen