Advertisement
Guest User

Untitled

a guest
Sep 18th, 2013
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. i'm on ubuntu 12.04.2, kernel 3.2.0-48-generic x86_64, up to date NFSv4, simple exports and accessing them works fine, but this does not work:
  2. file system setup:
  3. /home/user/test #located on /dev/sda
  4. /home/user/test/Series #located on /dev/sda has +500 sub directories, e.g.
  5. /home/user/test/Series/24 #located on /dev/sdb used 'mount --bind'
  6. /home/user/test/Series/Star.Trek #located on /dev/sdc used 'mount --bind' and so forth but also:
  7. /home/user/test/Series/Animation #located on /dev/sda has +50 sub directories, e.g.
  8. /home/user/test/Series/Animation/Ben10 #located on /dev/sdz used 'mount --bind'
  9.  
  10. my export file:
  11. /home/funky1/test/ 192.168.2.0/24(rw,insecure,fsid=0,nohide,no_root_squash,no_subtree_check,async)
  12. /home/funky1/test/Series 192.168.2.0/24(rw,insecure,nohide,no_root_squash,no_subtree_check,async)
  13. /home/user/test/Series/24 192.168.2.0/24(rw,insecure,nohide,no_root_squash,no_subtree_check,async)
  14. /home/user/test/Series/Star.Trek 192.168.2.0/24(rw,insecure,nohide,no_root_squash,no_subtree_check,async)
  15. /home/user/test/Series/Animation 192.168.2.0/24(rw,insecure,nohide,no_root_squash,no_subtree_check,async)
  16. /home/user/test/Series/Animation/Ben10 192.168.2.0/24(rw,insecure,nohide,no_root_squash,no_subtree_check,async)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement