Hello all,<br><br>I&#39;ve been happily using voyage linux on a few ALIX boards for the last year; works a treat.<br><br>Latest project involves creating a thin client based off of Ubuntu 9.10 using aufs and the voyage-linux&#39; rootaufs script to hopefully bring some glorious read-only remountrw/remountro features for my thin client.<br>
<br>Following these[1] instructions, I&#39;m at a point where when I remountrw, I can modify a file in the /ro mount of the root partition, remountro, reboot, and it&#39;s there.  However, I&#39;m missing the &quot;magic&quot; that happens in voyage-linux whereas the aufs writes get committed to the real root, so that running various scripts, etc. are also permanent.<br>
<br>I&#39;m obviously missing something (and have not dipped into the deep end of the pool before either, so all this is new to me).<br><br>1. <a href="https://help.ubuntu.com/community/aufsRootFileSystemOnUsbFlash">https://help.ubuntu.com/community/aufsRootFileSystemOnUsbFlash</a><br>
<br>/dev/sda1 (my CompactFlash card) was installed with Ubuntu 9.10 (kernel 2.6.31-20) using Ext4.  I&#39;ve read that Ext4 and Aufs don&#39;t get along unless you set rootflags=barrier=0 on the kernel line in GRUB.  That hasn&#39;t made a difference in this behavior.<br>
<br>I can provide more information if required.<br>