I'm trying to set up a 3 layer union. Two RO squashfs layers, and a RW
jffs2.

But I'm getting issues mounting the jffs2 as the RW layer of the union.

# mount
rootfs on / type rootfs (rw)
PROC on /proc type proc (rw,relatime)
/dev/mtdblock8 on /mnt/RO_base type squashfs (ro,relatime)
/dev/mtdblock3 on /mnt/RO_overlay type squashfs (ro,relatime)
/dev/mtdblock10 on /mnt/persistent type jffs2 (rw,relatime)

# mount -t aufs -o br:/mnt/persistent none /mnt/UNION
aufs au_wbr_init:342:mount[1102]: /(jffs2), unsupported namelen 254
mount: mounting none on /mnt/UNION failed: Invalid argument

# mount.aufs none /mnt/UNION -v -n -o br:/mnt/persistent
aufs au_wbr_init:342:mount[1115]: /(jffs2), unsupported namelen 254
mount: mounting none on /mnt/UNION failed: Invalid argument

This is with kernel 2.6.31, and aufs 2.1
-- 
Colin McInnes <colin.mcin...@vecima.com>
Software Developer
Vecima Networks Inc.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl

Reply via email to