Hello! I experiment with initrd support aufs, has met a problem of processing device's files if aufs has only readonly branches, this it simple example:
mkdir /tmp/test mount -o ro /dev/ROOT_DEVICE /tmp/test echo "test" > /tmp/test/dev/console Here everything is all right, without looking at all that file system is mounted with RO flag, but: mkdir /tmp/test2 mount -t aufs -o br:/tmp/test=ro system /tmp/test2 echo "test" > /tmp/test2/dev/console Here already we have an error: Read-only file system Prompt, please, in what there can be a problem? Thanks... -- ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev