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

PUTROOTFH Status: NFS4ERR_NOENT #84

Open
brandonros opened this issue Mar 1, 2024 · 0 comments
Open

PUTROOTFH Status: NFS4ERR_NOENT #84

brandonros opened this issue Mar 1, 2024 · 0 comments

Comments

@brandonros
Copy link

image

$ mount_nfs -o vers=4,tcp,port=2049 nfs-server-192-168-0-105.nip.io:/shared ~/Desktop/nfs
mount_nfs: can't mount /shared from nfs-server-192-168-0-105.nip.io onto /Users/brandon/Desktop/nfs: No such file or directory
nfs-server-0:/# ls -lh
total 64K    
drwxr-xr-x    1 root     root        4.0K Aug 29  2023 bin
drwxr-xr-x   13 root     root        3.1K Mar  1 21:13 dev
drwxr-xr-x    1 root     root        4.0K Mar  1 21:13 etc
drwxr-xr-x    2 root     root        4.0K Aug  7  2023 home
drwxr-xr-x    1 root     root        4.0K Aug 29  2023 lib
drwxr-xr-x    5 root     root        4.0K Aug  7  2023 media
drwxr-xr-x    2 root     root        4.0K Aug  7  2023 mnt
drwxr-xr-x    2 root     root        4.0K Aug  7  2023 opt
dr-xr-xr-x  299 root     root           0 Mar  1 21:13 proc
drwx------    2 root     root        4.0K Aug  7  2023 root
drwxr-xr-x    1 root     root        4.0K Mar  1 21:13 run
drwxr-xr-x    1 root     root        4.0K Aug 29  2023 sbin
drwxrwxrwx    2 root     root        4.0K Mar  1 21:13 shared
drwxr-xr-x    2 root     root        4.0K Aug  7  2023 srv
dr-xr-xr-x   13 root     root           0 Mar  1 21:13 sys
drwxrwxrwt    2 root     root        4.0K Aug  7  2023 tmp
drwxr-xr-x    1 root     root        4.0K Aug 29  2023 usr
drwxr-xr-x    1 root     root        4.0K Aug  7  2023 var
nfs-server-0:/# cat /etc/exports 
/shared *(rw,sync,no_subtree_check,no_root_squash)
nfs-server-0:/# ls -l /shared
total 0

Confused what I am doing wrong

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

1 participant