简体   繁体   English

挂载Azure文件共享导致挂载错误(13):权限被拒绝

[英]Mounting Azure file share resulted in mount error(13):Permission denied

This question is discussed many times in this forum and many solution were given which works on case to case basis.I faced this issue and found after 1 day that issue happened because while creation of storage account I made enabled "Secure Transfer required" option due to which whenever I was trying to mount this file share it was giving me error. 我在这个论坛上讨论了这个问题很多次,并给出了很多解决方案,这些解决方案根据具体情况而定。我遇到了这个问题,发现此问题在1天后发生了,因为在创建存储帐户时我启用了“需要安全转移”选项每当我尝试挂载此文件共享时,这都会给我错误。

Now my problem is: 现在我的问题是:

  • I could not find any documentation in Microsoft knowledge base asking to not do this. 我在Microsoft知识库中找不到要求不这样做的任何文档。
  • Why is this an issue in first place. 为什么这首先是一个问题。 Isn't enabling this option make my file share more secure. 未启用此选项会使我的文件共享更安全。
  • Can I mount my file share in any way with this option enabled? 启用此选项后,是否可以通过任何方式挂载文件共享?

I am using cento 7.4 我正在使用cento 7.4

I could not find any documentation in Microsoft knowledge base asking to not do this. 我在Microsoft知识库中找不到要求不这样做的任何文档。

The "Secure transfer required" option enhances the security of your storage account by only allowing requests to the account from secure connections. “仅要求安全转移”选项通过仅允许来自安全连接的帐户请求来增强存储帐户的安全性。 For example, when you're calling REST APIs to access your storage account, you must connect by using HTTPS . 例如,当您调用REST API来访问您的存储帐户时,必须使用HTTPS进行连接。 "Secure transfer required" rejects requests that use HTTP. “需要安全传输”拒绝使用HTTP的请求。

Why i this an issue in first place. 为什么我首先要解决这个问题。 Isnt enabling this option make my file share more secure. 不启用此选项会使我的文件共享更安全。

Here a similar case about you, please refer to it. 这里有一个关于您的类似案例 ,请参考它。

Can I mount my file share in any way with this option enabled? 启用此选项后,是否可以通过任何方式挂载文件共享?

Centos 7.4 support the encryption functionality of SMB 3.0, we should turn off secure transfer required, and mount it direct. Centos 7.4支持SMB 3.0的加密功能,我们应该关闭所需的安全传输并将其直接安装。

When you use the Azure Files service, any connection without encryption fails when "Secure transfer required" is enabled. 当您使用Azure文件服务时,启用“需要安全传输”时,任何不加密的连接都会失败。 This includes scenarios that use SMB 2.1, SMB 3.0 without encryption, and some versions of the Linux SMB client. 这包括使用SMB 2.1,未加密的SMB 3.0以及Linux SMB客户端某些版本的方案。

More information about secure transfer required, please refer to this article . 有关所需的安全传输的更多信息,请参阅本文

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Kubernetes 挂载卷存储账户失败:挂载错误(13):权限被拒绝 - Kubernetes mount volume storage account fails: mount error(13): Permission denied 访问 azure 突触中的挂载点时,获取权限被拒绝错误 - Getting permission denied error accessing mount point in azure synapse 将Azure文件共享安装到本地盒 - Mounting Azure file share to local box 将 azure 文件共享挂载到 azure devops 管道非常慢 - Mounting of azure file share to azure devops pipeline is very slow 在运行Docker的Azure虚拟机上,``mount:权限被拒绝'' - `mount: permission denied` on Azure virtual machine running Docker Azure 云初始化上的文件共享挂载脚本 - Azure file share mount script on cloud init Azure Powershell在远程系统中创建文件时权限被拒绝错误 - Permission denied error while creating file in remote system by Azure powershell Azure应用服务WebApp上的Numpy安装-[Errno 13]权限被拒绝: - Numpy Installtion on Azure App Service WebApp - [Errno 13] Permission denied: 使用net use在Azure VM中挂载文件共享时的NativeCommandError - NativeCommandError when mounting a file share in an Azure VM using net use 为什么 azure 文件共享未安装在 7 以下的 centos 版本上? - why azure file share is not mounting on centos versions under 7?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM