Azure / azure-storage-python

Microsoft Azure Storage Library for Python
https://azure-storage.readthedocs.io
MIT License
338 stars 240 forks source link

Unable to download files from azure file share locally when using SDK shows : A portion of the specified file is locked by an SMB client #638

Closed click2cloud-ninja closed 4 years ago

click2cloud-ninja commented 4 years ago

Which service(blob, file, queue) does this issue concern?

File service

Which version of the SDK was used? Please provide the output of pip freeze.

azure-storage-file==2.1.0

What problem was encountered?

while downloading file share data locally it shows bellow error: image

Have you found a mitigation/solution?

no

Note: for table service, please post the issue here instead: https://github.com/Azure/azure-cosmosdb-python.

zezha-msft commented 4 years ago

Hi @c2c-engg-20170111, it appears that the file share is mounted and being used at the same time.

We cannot do much on the SDK side unfortunately. Please lift the lock and try again.