<br><br><div class="gmail_quote">On Sat, Jul 12, 2008 at 4:41 PM, Roger Heflin <<a href="mailto:rogerheflin@gmail.com">rogerheflin@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
You cannot export that way, each actual device needs to be separately exported,<br>
the exports on /mnt don't carry over to other devices mounted in the same<br>
directory tree, they never have.<br>
<br>
You will also have to mount *EACH* different device on the remote end, it<br>
appears from the man page to be possible to not mount each different devices it<br>
with options (on both ends), but some of the notes listed seem to indicate that<br>
there will be issues it a lot of cases.<br>
<br></blockquote></div><br>I just switched to NFSv4 and now I still have to export each submounted file system I only need a single top level mount on the clients. All submounts have the data I expect.<br><br>That along with idmapd made my life quite simpler.<br>
<br>I don't know if I'm going to regret going to v4 for other reasons <br><br>mounts on server:<br>/dev/sda3 on /myth type xfs (rw,noatime,allocsize=512m)<br>/dev/sdd1 on /myth/tv type xfs (rw,noatime,allocsize=512m)<br>
/dev/sdb1 on /myth/tv2 type xfs (rw,noatime,allocsize=512m)<br>/dev/sdc1 on /myth/tv3 type xfs (rw,noatime,allocsize=512m)<br><br><br>/etc/exports on server:<br>/myth <a href="http://192.168.1.91/32(rw,no_subtree_check,nohide,fsid=0)">192.168.1.91/32(rw,no_subtree_check,nohide,fsid=0)</a><br>
/myth/tv <a href="http://192.168.1.91/32(rw,no_subtree_check,nohide)">192.168.1.91/32(rw,no_subtree_check,nohide)</a><br>/myth/tv2 <a href="http://192.168.1.91/32(rw,no_subtree_check,nohide)">192.168.1.91/32(rw,no_subtree_check,nohide)</a><br>
/myth/tv3 <a href="http://192.168.1.91/32(rw,no_subtree_check,nohide)">192.168.1.91/32(rw,no_subtree_check,nohide)</a><br><br>fstab on clients:<br>mythtv:/ /myth nfs4 intr,rsize=8192,wsize=8192,timeo=14 0 0<br>
<br>David<br>