我一直在尝试在我的两个 GCP Windows VM 实例上挂载 Google Filestore 并用作 NFS 共享卷,但我不断收到以下错误。非常感谢任何帮助。我需要弄清楚这一点。
PS C:\Windows\system32> mount 10.*.***.250:/logs_arcon D:\Storage
cmdlet New-PSDrive at command pipeline position 1
Supply values for the following parameters:
Root: D:\
mount : Cannot find a provider with the name 'D:\Storage'.
At line:1 char:1
+ mount 10.42.144.250:/logs_arcon D:\Storage
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (D:\Storage:String) [New-PSDrive], ProviderNotFoundException
+ FullyQualifiedErrorId : ProviderNotFound,Microsoft.PowerShell.Commands.NewPSDriveCommand