<br><br><div class="gmail_quote">On Thu, Jun 10, 2010 at 8:32 PM, Ingo Scherzinger <span dir="ltr">&lt;<a href="mailto:ingo@miamiwave.com" target="_blank">ingo@miamiwave.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


Hi there,<br>
<br>
with the help of Dan Wilcox I got pretty close to start my system &quot;read<br>
only&quot; however I&#39;m still getting a nasty nagscreen which I have to click away<br>
while starting up. I really need this machine to start up automatically with<br>
a read only filesystem.<br>
<br>
The error is pretty much known in the internet forums. However I havn&#39;t<br>
found a workaraound for a &quot;read only&quot; filesystem:<br>
<br>
&quot;could not update ICEauthory file /home/ingo/.ICEauthory&quot;<br>
<br>
<br>
/etc/fstab looks like this:<br>
<br>
&lt;file system&gt;   &lt;mount point&gt;   &lt;type&gt;  &lt;options&gt;<br>
&lt;dump&gt;  &lt;pass&gt;<br>
proc                    /proc           proc    nodev,noexec,nosuid<br>
0       0<br>
<br>
# /boot was on /dev/sda1 during installation<br>
UUID=6f3bcc50-4957-46a6-91d5-c8f5bbf77578       /boot   ext3    ro      0<br>
0<br>
<br>
# / was on /dev/sda2 during installation<br>
UUID=6a94f9f8-6ee2-4e98-b57f-e2353b916b39 /     ext3    ro      0       0<br>
<br>
/dev/sda3       /home/ingo/data ext3    rw,user,noauto          0       2<br>
<br>
&lt;pre&gt;&lt;code&gt;<br>
tmpfs /var/run tmpfs defaults 0 0<br>
tmpfs /var/lock tmpfs defaults 0 0<br>
tmpfs /var/log tmpfs defaults 0 0<br>
tmpfs /tmp tmpfs defaults 0 0<br>
&lt;/code&gt;&lt;/pre&gt;<br>
<br>
Also, sda3 is not mounting automatically if I set it to &quot;auto&quot;. I was trying<br>
to put the .ICEauthory file to the third partition and replace the original<br>
one with a link.<br>
<br>
I would appreciate it a lot if anybody had an idea how to eliminate the<br>
.ICEauthory problem.<br>
<br>
Thank you, Ingo<br>
</blockquote><div> <br>If the file&#39;s contents have to be preserved between sessions, it&#39;s breaking the &quot;read only system&quot; paradigm. (You may still be able to use an usb drive for this purpose?)<br>If the file can be recreated with the same content at each startup, i&#39;d think about how to trick it to be on a temporary writable filesystem. I suppose we cannot change the default path for this file, and i&#39;m not sure if you can a have link in your read only filesystem (/home/ingo) pointing to a yet-to-be-created file on a temporary filesystem, but given the annoyance factor of the problem, it may make sense to trick your whole /home/ingo onto a temporary filesystem (from where of course you will be free to create links to directories that reside on the read-only filesystem).<br>

<br>Andras<br>
</div></div>