<br><br><div><span class="gmail_quote">On 11/12/06, <b class="gmail_sendername">Jack Lowry</b> &lt;<a href="mailto:jrlowry376@adelphia.net">jrlowry376@adelphia.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Not directly myth related, but there is a lot of nfs experience around here.<br><br>I'm trying to use NFS to mount a filesystem exported from box A onto box B.<br><br>I do the mount but box B cannot write to the filesystem exported from box A.
<br><br>/etc/export on box a contains<br><br>/video *(rw)<br><br></blockquote></div><br>Try something like this:<br><br># /etc/exports: NFS file systems being exported.&nbsp; See exports(5).<br>/video &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://192.168.1.1/23(rw,no_root_squash,sync)">
192.168.1.1/23(rw,no_root_squash,sync)</a><br><br>