Hi! I have tryied to create two msdfs-root shares. One named "notes" one named "htdocs": [notes] comment = Domino Server Data Directorys path = /export/notes msdfs root = yes lrwxrwxrwx [...] xcknfaz1 -> msdfs:xcnlm03s\notes\xcknfaz1 lrwxrwxrwx [...] xcknfaz2 -> msdfs:xcnlm03s\notes\xcknfaz2 lrwxrwxrwx [...] xcknfaz3 -> msdfs:xcnlm03s\notes\xcknfaz3 lrwxrwxrwx [...] xcknfaz4 -> msdfs:xcnlm03s\notes\xcknfaz4 lrwxrwxrwx [...] xcknfaz5 -> msdfs:xcnlm03s\notes\xcknfaz5 [htdocs] comment = www-docs path = /export/htdocs msdfs root = yes lrwxrwxrwx [...] xcknfaz1 -> msdfs:xcnlm03s\notes\xcknfaz1\domino\html lrwxrwxrwx [...] xcknfaz2 -> msdfs:xcnlm00s\notes\html lrwxrwxrwx [...] xcknfaz3 -> msdfs:xcnlm04s\htdocs I am getting funny things accessing the one named "htdocs": \\xcnlm00s\htdocs\xcknfaz1 is empty. If accessed via \\xcnlm03s\notes\xcknfaz1\domino\html data is ready. \\xcnlm00s\htdocs\xcknfaz2 holds three directories: xcknfaz1, xcknfaz2, xcknfaz3; duplicating behavour of the given msdfs root share "htdocs". \\xcnlm00s\htdocs\xcknfaz2 holds data ready for access, as if I had accessed \\xcnlm03s\htdocs. Any idea what is wrong? Did I overlook something creating these msdfs-root-shares? -- Thomas