You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am using an Ubuntu 18.04 as my NFS server in which I have created a local filesystem under /mnt/myfs with a dummy doc.txt which I would like to share with the NFS Client. The client afaik could be the docker container, so I am using the first suggestion on README of docker run using simply -it. I want to check if doc.txt was successfully shared.
I am connected via ethernet cable and provided the SERVER and SHARE having set the enp1s1 inet4 given by ifconfig and /mnt/mynfs respectively.
Nevertheless, I am getting an error when running: mount: mounting to SERVER:/mnt/mynfs on /mnt/nfs-1 failed: Permission denied
The text was updated successfully, but these errors were encountered:
Hello, I am using an Ubuntu 18.04 as my NFS server in which I have created a local filesystem under
/mnt/myfs
with a dummy doc.txt which I would like to share with the NFS Client. The client afaik could be the docker container, so I am using the first suggestion on README ofdocker run
using simply-it
. I want to check if doc.txt was successfully shared.I am connected via ethernet cable and provided the
SERVER
andSHARE
having set the enp1s1 inet4 given by ifconfig and/mnt/mynfs
respectively.Nevertheless, I am getting an error when running:
mount: mounting to SERVER:/mnt/mynfs on /mnt/nfs-1 failed: Permission denied
The text was updated successfully, but these errors were encountered: