> > linux:/ # mount -t unionfs dirs=/branch_rw=rw:/branch_ro=ro unionfs /union >
Looks like you (or the manpage) left out the '-o' before the 'dirs=...' like so: mount -t unionfs -o dirs=/branch_rw=rw:/branch_ro=ro unionfs /union -- Aaron Tygart _______________________________________________ unionfs mailing list [email protected] http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs
