<br><br><div class="gmail_quote">On Sun, Mar 2, 2008 at 8:57 PM, Paul Bender &lt;<a href="mailto:pebender@san.rr.com">pebender@san.rr.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">David Whyte wrote:<br>
&gt; On Mon, Mar 3, 2008 at 10:21 AM, Ray Lischner &lt;<a href="mailto:linux@tempest-sw.com">linux@tempest-sw.com</a>&gt; wrote:<br>
&gt;&gt; &nbsp;I decided to use a conventional SATA disk drive for my FE. It&#39;s cheap,<br>
&gt;&gt; &nbsp;easy, and completely silent because the system doesn&#39;t touch the disk<br>
&gt;&gt; &nbsp;once it&#39;s up and running. I don&#39;t see the disk LED light during normal<br>
&gt;&gt; &nbsp;playback activities.<br>
&gt;<br>
&gt; Yeah, I am leaning towards this now. &nbsp;I completely forgot about the<br>
&gt; write limitation and I am sceptical of everything going smooth with<br>
&gt; the IDE adaptor and the like. &nbsp;I can get a cheap 80GB IDE Western<br>
&gt; Digital HDD for ~$80AUD, which is fine with me. &nbsp;I doubt myth will<br>
&gt; touch the disk after boot up anyways if I put 1GB (or more) of RAM in<br>
&gt; it seeing how this is a FE only (at this stage).<br>
&gt;<br>
&gt; Thanks for all the pointers though guys, I am glad I asked here first.<br>
<br>
</div>In general, Linux distributions will do things such as write<br>
/var/log/messages after they boot. However, if you redirect your syslog<br>
to another machine or reconfigure your syslog to log only errors, then<br>
you can avoid this.<br>
<br>
For what it is worth, live distributions and distributions such as<br>
MiniMyth are designed to never write their storage medium, because they<br>
expect their storage medium to be read only. Therefore, these<br>
distributions will only would only write your compact flash storage when<br>
you update the distribution.<br>
<div><div></div><div class="Wj3C7c">_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br>Would things be better if there was a small disk in RAM for stuff like /tmp and /var? Then you could pretty much have / be a read-only file system, with all writable stuff copied in the ramdisk and then lost on reboot.<br>