On Sun, Feb 26, 2006 at 01:18:06AM +0100, Marcin Prejsnar wrote: > 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
What does `mount` say? Does it correctly list the unionfs mount? > I use unionfs-1.1.1. > Can you help me? You should try to use the latest 1.1 release or CVS. Jeff. _______________________________________________ unionfs mailing list [email protected] http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs
