Mount remote port number

When I use this command:

mount remoteServerA:/pathInServer localpath

Which ports it use?

I don't know the type of the server (I guess it Linux server).

1 Answer

The mount command with network drives will use NFS by default, which runs on ports 111 and 2049, but can also use additional ports in some configurations. See this serverfault answer for more details.

3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like