<div dir="ltr"><div><div><div><div>This is related to this bug:<br><br><a href="http://bugs.dragonflybsd.org/issues/2768">http://bugs.dragonflybsd.org/issues/2768</a><br><br></div>First you need to mount these PFSes to any mounting point using null file system:<br><br></div>mount -t null /pfs1/@@0x<asof><br><br></div>Then try to patch a kernel with attached patch and restart mountd with new kernel. Make sure, that you export null-fs mounting points rather than PFS softlinks.<br><br></div>Please let me know if it works<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-31 16:10 GMT+03:00 freeflyer <span dir="ltr"><<a href="mailto:freeflyer2@online.de" target="_blank">freeflyer2@online.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I've a couple of snapshots directories under /, let's say<br>
<br>
   /pfs1<br>
   /pfs2<br>
   /pfs1.snap<br>
   /pfs2.snap<br>
<br>
I want to export them via NFS.<br>
<br>
   /pfs1      -maproot=nobody<br>
   /pfs2      -maproot=nobody<br>
   /pfs1.snap -maproot=nobody,ro<br>
   /pfs2.snap -maproot=nobody,ro<br>
<br>
Doing 'showmount -e <server>' shows only the 1st snapshot directory<br>
(plus the pfs directories). Exchanging the order has the same effect:<br>
only the 1st snapshot listed in /etc/exports is exported.<br>
<br>
Any idea how to fix that?<br>
<br>
Best,<br>
FF<br>
</blockquote></div><br></div>