<div dir="ltr">as for google, have allready been there and tried to add a fstab line, but then it says that /home/pi does not exist<div><br></div><div>Q: is it possible to mount / read-only and then later in fstab mount /home/pi as read-write ? </div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-03-28 15:54 GMT+02:00 Jeremy Poulter <span dir="ltr"><<a href="mailto:jeremy@bigjungle.net" target="_blank">jeremy@bigjungle.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">There are probably a few solutions to this probably the nicest would be to use UnionFS or similar to overlay a writable /tmp directory over /home/pi </p>
<p dir="ltr">Alternatively (and maybe a bit less of a learning curve) move /home/pi to some other location (eg /home/pi.readonly). Mount a tmpfs on /home/pi and then copy the content of the /home/pi.readonly to /home/pi. Be warned however tmpfs uses DRAM as storage so may not be good for long term sessions.</p>
<p dir="ltr">Yet another option that may help is to have a read/write partition monuted to /home/pi. Have a look at the guides by Open Energy Monitor on setting up the EmonBase. You could even delete the content on boot up and copy a clean version as with the previous example.</p><span class="HOEnZb"><font color="#888888">
<p dir="ltr">Jeremy</p>
</font></span><p dir="ltr">PS sorry for the lack of links doing this on a phone, bit Google is your friend 😉</p>
<br>_______________________________________________<br>
OpenTRV-dev mailing list<br>
<a href="mailto:OpenTRV-dev@lists.opentrv.org.uk">OpenTRV-dev@lists.opentrv.org.uk</a><br>
<a href="http://lists.opentrv.org.uk/listinfo/opentrv-dev" rel="noreferrer" target="_blank">http://lists.opentrv.org.uk/listinfo/opentrv-dev</a><br>
<br></blockquote></div><br></div>