8

在门户中创建 Azure 文件共享并复制 PowerShell 脚本以将其连接为驱动器 Q:(已验证未使用)。回复:

New-PSDrive : The network resource type is not correct
At line:3 char:1
+ New-PSDrive -Name Q -PSProvider FileSystem -Root "\\xxxx.file.c ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : InvalidOperation: (Q:PSDriveInfo) [New-PSDrive],  Win32Exception
+ FullyQualifiedErrorId :      CouldNotMapNetworkDrive,Microsoft.PowerShell.Commands.NewPSDriveCommand

其中“xxxx”是共享名称。PS 命令是直接从门户复制的,没有更改。

4

2 回答 2

1

如上面评论中所述,Comcast 阻塞了端口 445。解决方案是让云中的另一个对象引用 Azure 文件,然后通过 HTTP 将数据返回给客户端。

于 2018-08-20T15:08:04.850 回答
0

此处列出了端口 445(SMB 端口)被阻止的几种解决方法: https ://docs.microsoft.com/en-us/azure/storage/files/storage-troubleshoot-windows-file-connection-problems#error-53 -error-67-or-error-87-when-you-mount-or-unmount-an-azure-file-share

于 2020-03-02T22:49:05.923 回答