<br><br><div class="gmail_quote">On Mon, Oct 8, 2012 at 4:23 PM, Jay Ashworth <span dir="ltr">&lt;<a href="mailto:jra@baylink.com" target="_blank">jra@baylink.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">----- Original Message -----<br>
&gt; From: &quot;Ronald Frazier&quot; &lt;<a href="mailto:ron@ronfrazier.net">ron@ronfrazier.net</a>&gt;<br>
<br>
&gt; &gt;What you have said above is true for Flash disks like SDHC,<br>
&gt; &gt; Compact Flash, etc but is not true for SSDs. These can be treated<br>
&gt; &gt; just like a normal hard disk.<br>
&gt;<br>
&gt; Not entire true. They are still subject to wear out, but due to wear<br>
&gt; leveling you are talking about sectors going bad in years, rather than<br>
&gt; flash drives, where in the pathological case you could see sectors<br>
&gt; failing in just days. That said, you still do have to take some steps<br>
&gt; to get the best life out of the drive.<br>
<br>
</div>Nope: SSDs are made of *RAM*.  If you want them to retain anything at all<br>
they have to be battery backed.  And being made of RAM, they aren&#39;t subject<br>
to wear-leveling or anything; they don&#39;t wear any more than main memory<br>
does.<br>
<br>
In fact, unless you need a whole lot of ephemeral storage on a system<br>
where it&#39;s impractical to install it as main memory and make a ramdisk<br>
out of it, they have little justification -- especially at their price,<br>
which is uniformly pretty high.<br>
<br>
Cheers,<br>
-- jra<br>
<span class="HOEnZb"><font color="#888888">--<br>
Jay R. Ashworth                  Baylink                       <a href="mailto:jra@baylink.com">jra@baylink.com</a><br>
Designer                     The Things I Think                       RFC 2100<br>
Ashworth &amp; Associates     <a href="http://baylink.pitas.com" target="_blank">http://baylink.pitas.com</a>         2000 Land Rover DII<br>
St Petersburg FL USA               #natog                      <a href="tel:%2B1%20727%20647%201274" value="+17276471274">+1 727 647 1274</a><br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br>No offence Jay, but you might want to check your source on this comment since I FULLY believe you&#39;ve got some misinformation here.<br><br>SSD&#39;s are not &quot;made of RAM&quot;, they execute somewhat similar to RAM, yes, since both are &quot;solid state&quot; but that&#39;s about as far as the similarities extend.  While you are correct that &#39;RAM&#39; is not subject to wear-leveling, SSD&#39;s absolutely are subject to wear leveling...just like your flash drive or USB stick is.  <br>
<br>Re: Battery Backed...er...no.  You can power your system off, disconnect your SSD Disk and carry it across country to your friend&#39;s house, plug it back in and it will still have data...there&#39;s no &quot;internal battery&quot; that will discharge on you in a few years and thus cause you to lose your data when you power off or unplug your machine...the technology is VERY different.<br>
<br>Regarding an in memory disk:  I&#39;m going to jump out into an area I have VERY LITTLE experience with and say:  You can&#39;t &quot;store&quot; your Myth TV Database within a ramdisk.  The moment that machine goes off and/or needs rebooted, that ramdisk is gone and so is whatever you&#39;ve copied to it...randisks are for TEMPORARY storage only (like /tmp).  There are things you could do (upon startup say) to copy your MYSQL tables to a RAMDISK at startup and then use them (you&#39;d have to have some kind of system that copies them back / syncs them periodically).  I have no idea how any of this would work, but I suspect it&#39;s possible...still, SSD would be a much &quot;safer&quot; method of working with any of this as an SSD is handled LIKE A HARDDRIVE by the OS instead of like RAM.<br>
<br>--Doug<br>