> mount -t unionfs -o dirs=/hdb1/somedir:/hdb1/otherdir=ro unionfs /mnt > results in > > mount: special device unionfs does not exist. >
Looks like you might have forgotten to specify '=rw' or '=ro' for the topmost dir. So, 'mount -t unionfs -o dirs=/hdb1/somedir=rw:/hdb1/otherdir=ro unionfs /mnt' The error messages for mounting unionfs systems are very cryptic, I am going to file a bug to get some better error messages. -- Aaron Tygart _______________________________________________ unionfs mailing list [email protected] http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs
