Hello all,<br><br>I'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' rootaufs script to hopefully bring some glorious read-only remountrw/remountro features for my thin client.<br>
<br>Following these[1] instructions, I'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's there. However, I'm missing the "magic" 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'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've read that Ext4 and Aufs don't get along unless you set rootflags=barrier=0 on the kernel line in GRUB. That hasn't made a difference in this behavior.<br>
<br>I can provide more information if required.<br>