Helo, I can't use reiserfs filesystem mounted read-only as branch of union. When I use iso9660 or ext2 filesystem as this branch, everything is OK.
I do something like that: mount /dev/hda3 /mnt/readonly -t reiserfs -o ro mount tmpfs /mnt/tmpfs -t tmpfs mount unionfs /mnt/union -o rw,dirs=/mnt/tmpfs=rw,/mnt/readonly=ro then test: touch /mnt/union/new_file touch: cannot touch `/mnt/union/new_file': Read-only file system I use unionfs-1.1.1. Can you help me? -- __________________ | Pozdrawiam | Marcin Prejsnar _______________________________________________ unionfs mailing list [email protected] http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs
