<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
David Brodbeck wrote:
<blockquote cite="mid:79CC7E65-35CC-42A0-9C63-B91DB1F4DE7F@gull.us"
 type="cite"><br>
  <div>
  <div>On Jan 1, 2008, at 8:31 AM, jongi wrote:</div>
  <br class="Apple-interchange-newline">
  <blockquote type="cite">
    <div bgcolor="#ffffff" text="#000000"> Mike Barnard wrote:
    <blockquote cite="mid:47785721.8080606@bleeding-head.com"
 type="cite"> <br>
      <blockquote cite="mid:4778206C.4070104@gmail.com" type="cite"><font
 size="+1">Both systems are F8 but the nfs is painfully slow between
them. ftp though runs at over 1MB/s and nfs is nowhere near that speed.
so when i run the videos on the remote frontend they are often jerky.
Without the nfs share I found that I couldn't find the records/videos
on the remote backend. Is there something I am missing?</font></blockquote>
      <br>
&nbsp;&nbsp;&nbsp; 1MB/sec is painfully slow for FTP, at least on a 100 megabit
network. You should be seeing close to 10 times that. Are you sure your
network cables are good? I've seen badly-wired homemade cables hose up
a connection like this. Of course, there are lots of other
possibilities as well.<br>
      <br>
      <pre wrap=""><hr size="4" width="90%">
_______________________________________________
mythtv-users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated"
 href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>
  </pre>
    </blockquote>
    <font size="+1">it's via wireless. the computer that serves as the
master be/fe is downstairs and on the other side of the house</font></div>
  </blockquote>
  <div><br class="webkit-block-placeholder">
  </div>
  <div>Could you post the /etc/exports and /etc/fstab lines you're
using? &nbsp;Maybe you need to tweak your NFS options.</div>
  </div>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
mythtv-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a>
<a class="moz-txt-link-freetext" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a>
  </pre>
</blockquote>
<font size="+1">/etc/fstab<br>
<br>
10.0.0.3:/nfs4exports/share1&nbsp;&nbsp;&nbsp; /mnt/mythtv/media/&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nfs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
rw<br>
<br>
/etc/exports<br>
<br>
/nfs4exports/share1/ &nbsp; *(rw,async,all_squash)<br>
</font>
</body>
</html>