Joonwoo Park: > > - regardless the patch, mount aufs with udba=none > > - create a file on ubifs directly (bypassing aufs) > > - you can see it in aufs via ls(1) and stat(1) > > - but you cannot cat(1) it ::: > More clearly cat(1) it through ubifs works but cat(1) it through aufs > doesn't work. > The others are all correct.
I tested by wc(1) instead of cat, and succeeded. Here is my test script. What is the difference? sudo mount -o remount,udba=none . mkdir ubifs stat -f . $rw for i in 511 512 513 do yes | /tmp/mydd bs=$i count=1 of=$rw/ubifs/b$i sleep 1 stat $rw/ubifs/b$i > $tmp stat ubifs/b$i | diff -u $tmp - && false wc -l ubifs/b$i done J. R. Okajima ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev