Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't mount #44

Open
Selenium39 opened this issue Dec 1, 2020 · 1 comment
Open

can't mount #44

Selenium39 opened this issue Dec 1, 2020 · 1 comment

Comments

@Selenium39
Copy link

i create a docker container as a nfs server and expose 2049 port in computer A(ip:172.25.78.130).

docker run -d --name nfs --privileged -v /home/nfs:/data/nfs -e SHARED_DIRECTORY=/data/nfs -p 2049:2049 itsthenetwork/nfs-server-alpine:latest

but i use another computer B(ip:172.25.78.39) to mount it .it's wrong

showmount -e 172.25.78.130
RPC: Remote system errorRPC: Port mapper failure - RPC: Timed out.
@denogio
Copy link

denogio commented Mar 16, 2021

This is solely nfs4, so showmount wont work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants