Hi, Guan Xin: > Does this look ok? -- > mount -t aufs -o br=3D${BR1_ATTR}:${PATH_TO_BR1} -o > br=3D${BR2_ATTR}:${PATH_TO_BR2} > which is equivalent to > mount -t aufs -o br=3D${BR1_ATTR}:${PATH_TO_BR1},br=3D${BR2_ATTR}:${PATH_= > TO_BR2} > (Special characters need to be escaped in the latter form.)
Thanx for the suggestion, but I'm afraid it makes users (including me) confused about the processing order. Actually aufs has a mount option "append:path[=attr]". Your suggestion is equivalent to current 'append' option. Currently two "br" options never mean appending. I don't want introducing unnecessary confusing and incompatibility. J. R. Okajima