<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Dec 17, 2014 at 11:41 AM, Matthew Dillon <span dir="ltr"><<a href="mailto:dillon@backplane.com" target="_blank">dillon@backplane.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Swapcache will speed up accesses to the external disk very nicely, but not have much of an effect on write performance.  But writes are already buffered to some degree, and NFS clients usually flush modifies files on close() for safety reasons (which might be why you see some latency).  That can often be turned off on the client but I do not recommend doing so.<br><br></div><div>The main problem with USB-attached drives is that the I/Os are basically serialized, so random access performance is going to be horrible.  For a server you really need a SATA attached drive.  Swapcache will improve random access performance though once things get cached.<br><br></div></div></blockquote><div><br></div><div>Speaking of which, does anyone have a recommendation for an eSATA card or chipset to look for that works well with DragonFly?  I've been using USB drives for backups, but want to switch to something a little faster and more reliable.  My computers don't have any extra internal SATA ports free so I need an expansion card.</div><div><br></div><div>Thanks,</div><div>Eric</div></div><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><span style="color:rgb(136,136,136);font-size:12.8000001907349px">"Suburbia is where the developer bulldozes out the trees,</span><br style="color:rgb(136,136,136);font-size:12.8000001907349px"><span style="color:rgb(136,136,136);font-size:12.8000001907349px"> then names the streets after them." -- Bill Vaughn</span><br></div></div>
</div></div>