On Fri, Oct 06, 2006 at 07:53:27PM -0400, Josef Sipek wrote: > ----- Forwarded message from Luigi 'Comio' Mantellini <[EMAIL PROTECTED]> > ----- > Does Unionfs support the merging of two branches both in rw mode with > priority wrinting access? > > # mount -t unionfs -o dirs=/a=rw:/b=rw unionfs /test > > I need that when the directory "/a" is full, Unionfs should use the > directory "/b"...
Nope. There was a patch floating around that made unionfs do that. Unionfs itself, however doesn't support "copydown." > df shows that /test size is the sum between size of /a and /b... but > when I try to write files on /test I have that the effective size of > /test is equal to size of /a... and this is strange! Yeah, the size should really be that of the left-most branch. Jeff. -- I already backed up the box once, I can do it again. _______________________________________________ unionfs mailing list [email protected] http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs
