> >/tmp/uniontmp(rw) + /(ro) mounted to /export(ro) 
> 
> Read the nfs(5) manpage about fsid and add that parameter with some value.
> When exporting unionfsse, e.g.
> 
> /export *(ro,fsid=1337)

Okay, it works now:

mount -t unionfs -o dirs=/tmp/uniontmp=rw:/=ro none /nfsroot/10.union

/etc/exports:
/nfsroot/10.union 10.8.4.0/255.255.255.0(ro,no_root_squash,async,fsid=123)

import on the client runs flawlessly, no crashes by now. That way I get a
disk space efficient demo for diskless client root fs ...

Thanks guys, great work!!

Ciao,
        Dirk
_______________________________________________
unionfs mailing list
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs

Reply via email to