Advertisement
Guest User

Untitled

a guest
Jun 12th, 2015
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. my /etc/exports file below :
  2.  
  3. /srv/nfsroot/ubuntu/desktop *(rw,async,fsid=0,no_subtree_check,no_root_squash)
  4. /srv/nfsroot/ubuntu/mini1 *(rw,async,no_subtree_check,no_root_squash)
  5. /srv/nfsroot/ubuntu/mini2 *(rw,async,no_subtree_check,no_root_squash)
  6. /srv/nfsroot/ubuntu/mini3 *(rw,async,no_subtree_check,no_root_squash)
  7. /srv/nfsroot/ubuntu/mini4 *(rw,async,no_subtree_check,no_root_squash)
  8. /tmp *(rw,sync,no_subtree_check,fsid=0,no_root_squash)
  9.  
  10. when i did on client side...
  11. mount -t nfs4 10.49.1.1:/ zzz
  12. it works but it mounts /srv/nfsroot/ubuntu/desktop (because of the fsid=0 i suspect) but... what about the rest?
  13. when i did
  14. mount -t nfs4 10.49.1.1:/srv/nfsroot/ubuntu/mini1 zzz
  15. error
  16. mount.nfs4: mounting 10.49.1.1:/srv/nfs4 failed, reason given by server: No such file or directory
  17.  
  18. help...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement