<br><br><p><DEFANGED_div><DEFANGED_span class="gmail_quote">On 10/20/07, <b class="gmail_sendername">Bob Kline</b> &lt;<a href="mailto:bob.kline@gmail.com">bob.kline@gmail.com</a>&gt; wrote:</DEFANGED_span><blockquote class="gmail_quote" DEFANGED_style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br><br><p><DEFANGED_div><DEFANGED_span class="q"><DEFANGED_span class="gmail_quote">On 10/20/07, <b class="gmail_sendername">Michael Mol</b> &lt;<a href="mailto:mikemol@gmail.com" target="_blank" DEFANGED_onclick="return top.js.OpenExtLink(window,event,this)">
mikemol@gmail.com</a>&gt; wrote:</DEFANGED_span><blockquote class="gmail_quote" DEFANGED_style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 10/20/07, Bob Kline &lt;<a href="mailto:bob.kline@gmail.com" target="_blank" DEFANGED_onclick="return top.js.OpenExtLink(window,event,this)">bob.kline@gmail.com</a>&gt; wrote:<br>&gt; I run two versions of Linux.&nbsp;&nbsp;Kubuntu<br>&gt; 
7.04,&nbsp;&nbsp;and a recent version of Mandriva.<br>&gt;<br>&gt; I recently acquired an external hard drive
<br>&gt; housing, which takes IDE drives,&nbsp;&nbsp;and has<br>&gt; a USB 2 interface.<br>&gt;<br>&gt; When I use it I mount it using the command<br>&gt;<br>&gt; mount -t ext3&nbsp;&nbsp;/dev/X&nbsp;&nbsp;/disk2<br>&gt;<br>&gt; and then proceed to transfer files.
<br><br>[snipped]<br><br>&gt; Looking around online,&nbsp;&nbsp;it&#39;s clear this is a<br>&gt; widespread problem.&nbsp;&nbsp;The only solid lead I&#39;ve<br>&gt; seen is to somehow suppress the &quot;sync&quot;<br>&gt; function,&nbsp;&nbsp;which does seem to be standard.
<br>&gt; It&#39;s clear how to do this using /etc/fstab,&nbsp;&nbsp;but<br>&gt; as shown above,&nbsp;&nbsp;I don&#39;t use that for now.<br>&gt;<br>&gt; Does anyone have any tips or suggestions?<br>&gt; While the transfers are robust,&nbsp;&nbsp;and in a
<br>&gt; sense everything is working,&nbsp;&nbsp;the rates are<br>&gt; almost too slow to be of interest.<br><br>How about:<br><br>mount -t ext3 -o async&nbsp;&nbsp;/dev/X&nbsp;&nbsp;/disk2</blockquote></DEFANGED_span><p><DEFANGED_div><br>That would seem to make sense, but the
<br>
man page for mount suggests that the <br>default is async.<br><br>One can use <br><br>mount -t ext3&nbsp; -o defaults /dev/X&nbsp; /disk2<br><br>but its unclear why this is useful.&nbsp; I&#39;m <br>assuming that one doesn&#39;t need it, but
<br>will try it just to be sure.<br><br>More later.<br><br>Thanks.<br><br>&nbsp; &nbsp;&nbsp; -Bob</p><DEFANGED_div></p><DEFANGED_div></blockquote><p><DEFANGED_div><br>The async option is apparently the default,<br>and has no affect on the slow transfer rates<br>I&#39;m seeing.
<br><br>Some have wondered whether the connection<br>is somehow defaulting to a USB 1.1 mode.&nbsp; But <br>if so, I see no way to do anything about that.<br><br>&nbsp;&nbsp; -Bob<br><br></p><DEFANGED_div><br></p><DEFANGED_div><br>