<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>on box B is use:<br> mount A:/video /mnt</blockquote><div><br>You mean mount A:/video /mnt/video? You don't want /mnt to be your mount point, do you? Here is my /etc/exports on the server:
<br><br>/files/tv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://192.168.0.0/255.255.0.0(ro,sync,nohide,no_subtree_check)">192.168.0.0/255.255.0.0(ro,sync,nohide,no_subtree_check)</a><br>/files/video&nbsp;&nbsp;&nbsp; <a href="http://192.168.0.0/255.255.0.0(ro,sync,nohide,no_subtree_check)">
192.168.0.0/255.255.0.0(ro,sync,nohide,no_subtree_check)</a><br>/files/pictures <a href="http://192.168.0.0/255.255.0.0(ro,sync,nohide,no_subtree_check)">192.168.0.0/255.255.0.0(ro,sync,nohide,no_subtree_check)</a><br>/files/music&nbsp;&nbsp;&nbsp; 
<a href="http://192.168.0.0/255.255.0.0(ro,sync,nohide,no_subtree_check)">192.168.0.0/255.255.0.0(ro,sync,nohide,no_subtree_check)</a><br><br>and my /etc/fstab on the client:<br>gazelle:/files/tv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /files/tv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nfs&nbsp;&nbsp;&nbsp;&nbsp; ro&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 0
<br>gazelle:/files/video&nbsp;&nbsp;&nbsp; /files/video&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nfs&nbsp;&nbsp;&nbsp;&nbsp; ro&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 0<br>gazelle:/files/pictures /files/pictures&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nfs&nbsp;&nbsp;&nbsp;&nbsp; ro&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 0<br>gazelle:/files/music&nbsp;&nbsp;&nbsp; /files/music&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nfs&nbsp;&nbsp;&nbsp;&nbsp; ro&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 0
<br><br>You can use IPs instead of hostnames but I prefer hostnames. All the directories under /files already exist on the client _prior_ to issuing mount command.<br></div><br></div><br>