Configure a GCP Filestore on a GCP Windows Instance

1k Views Asked by At

I've been trying to mount the Google Filestore and use as a NFS Shared volume on two of my GCP Windows VM instances but I keep getting the error below. Any assistance is much appreciated. I need to figure this one out.

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
1

There are 1 best solutions below

2
On

The format of your command mount 10.42.144.250:/logs_arcon D:\Storage doesn't look to be aligned with the provided in the documentation examples.

The format shown in the docs should work: mount 10.0.0.2:/vol1 z: