Azure文件共享-挂载[已解决]

时间:2020-04-12 10:02:00

标签: azure debian azure-storage-files debian-buster

我在我的存储帐户v2上创建一个Azure文件共享。在标签Connect下,我复制了命令行以使用Samba v3.0挂载File Share

我没有实现我的目标。收到错误:Mount error(115): Operation now in progress

无用的Azure链接:https://docs.microsoft.com/en-us/azure/storage/files/storage-troubleshoot-linux-file-connection-problems#mount-error115-operation-now-in-progress-when-you-mount-azure-files-by-using-smb-30

我有一个Debian 10最新更新的(昨天)。我也尝试过使用docker映像ubuntu:18.04,但结果并没有改变,所以我猜除了我的错误或可能的错误以外,还有很多其他问题。

错误由最新指令返回:

$> mount -t cifs //MY_ACCOUNT.file.core.windows.net/MY_FILE_SHARE /mnt/customfolder -o vers=3.0,credentials=/etc/smbcredentials/MY_CREDENTIALS,dir_mode=0777,file_mode=0777,serverino

我的想法:

  • 我试图将Samba的版本从3.0更改为3.11 --->没什么
  • 我尝试使用usernamepassword而不是credentials --->没什么
  • 使用smbclient -I IP -p 445 -e -m SMB3 -U MY_USERNAME \\\\MY_ACCOUNT.file.core.windows.net\\MY_FILE_SHARE ---->无

感谢帮助。

0 个答案:

没有答案