The first bit is supposed to be for sticky/uid/gid bit. The same numeric permissions work with chmod and are possible to get with bindfs with symbolic - u=rwD:g=rsD, but the numeric notation is rejected. The issue is specifically in the first number, if I replace 2 with 0, mount works.
The first bit is supposed to be for sticky/uid/gid bit. The same numeric permissions work with chmod and are possible to get with bindfs with symbolic -
u=rwD:g=rsD, but the numeric notation is rejected. The issue is specifically in the first number, if I replace 2 with 0, mount works.