descriptions updated
[www.jankratochvil.net.git] / project / smbfs / Index.html.pl
index 222c15f..68ace61 100755 (executable)
@@ -36,4 +36,17 @@ My::Project->init_project(
                "ListItem"=>\@project::smbfs::ListItem::ListItem,
                );
 
+
+print <<"HERE";
+<p>Simple patch to increase virtual block size of SMB filesytem in Linux
+kernel. It improved tranfer rate of <code>cp</code> command almost
+by a factor of <strong>2</strong> (approx. 700KB -&gt; 1300KB or something
+like about it) in the local conditions. Now <code>cp</code> should be as fast
+as <code>cat</code> redirected across networked filesystems.</p>
+<p>Unfortunately the blocksize causes different (4 times smaller) sizes
+reported by <code>du</code> command as it measures it in <i>blocks</i>
+and not in <i>kilobytes</i> as some people think.</p>
+HERE
+
+
 My::Web->footer();