- Newest
- Most votes
- Most comments
The command I’m using is New-PSDrive -Name "Z" -PSProvider "FileSystem" -Root "\fs-xxxxxxx.fsx.ap-xxxx.amazonaws.com\fsx"
When I try to mount using the command prompt using the command mount \fs-xxxxxxxx.fsx.ap-xxxxx.amazonaws.com\fsx\ Z: I am met with Network Error - 53
There needs to be a double backslash \\
before the fs-....
at the beginning of the filesystem name. You only have a single backslash \
in the commands you've quoted above.
See https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/attach-windows-client.html
I changed to using the backtick to show the
\\
. I didn't notice the lacking\
. Thanks.You're welcome Joy Sy, glad I've helped.
If this has got to the root cause could you accept my initial answer, as this will assist when other users with the same problem find this question in future.
Sorry for the misunderstanding but I meant that I changed my question to show the missing \
.
I already was using \\
in my commands.
Relevant content
- asked a year ago
- asked a year ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
Hi, I would still check the Security Group to see if it allows the IP addresses originating from machines connected through VPN on the required ports.
I did add the CIDR range of the Client VPN to the Fsx Security Group when I did my tests