On Nov 12, 2018, at 6:58 AM, Roy Marples <roy%marples.name@localhost> wrote:
That still doesn't tell us how /var/bulk.aarch64 maps to a mounted
filesystem on your server.
/var or /var/bulk.aarch64 aren't mounted, so they are on /.
/dev/xbd0a on / type ffs (log, NFS exported, local)
Is that enough information?
Well, combined with your other debug output:
"""
Got line /var/bulk.aarch64 -network 10.73.0.0 -mask 255.255.0.0 -maproot=root -alldirs
Found ep fs=0x8e00,0x78b
doing opt -network 10.73.0.0 -mask 255.255.0.0 -maproot=root -alldirs
get_net: '10.73.0.0' v4 addr 490a
doing opt -mask 255.255.0.0 -maproot=root -alldirs
get_net: '255.255.0.0' v4 addr ffff
doing opt -maproot=root -alldirs
doing opt -alldirs
mountd[17234]: "/var/bulk.aarch64 -network 10.73.0.0 -mask 255.255.0.0 -maproot", line 6: Can't change attributes for /var/bulk.aarch64 to 10.73.0.0: Operation not permitted
Getting mount list.
Here we go.
"""
...my guess is that something else in your exports file resulted in the server's / becoming exported (note the "NFS exported" line you pasted above), and that's tripping up the /var/bulk.aarch64 entry because the user mapping attributes conflict.
Can you provide the entirety of the output of "mount" on the server?