"Brian J. Murrell": > Hrm. That patch kinda works. It allows me to create a file in the root > of the unionfs and the file shows up in the RW branch, but if I try to > create a file in a subdirectory, EROFS still:
I could not reproduce your problem. Will you try debug logging, if no one will reply to you? # uniondbg -d /sysroot/usr 8 # busybox touch /sysroot/usr/foo You may need to set /etc/syslog.conf or /proc/sys/kernel/printk to get unionfs debug log. Its priority(or level) is KERN_DEBUG. Junjiro Okajima _______________________________________________ unionfs mailing list [email protected] http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs
