Additional information:

Changing the /etc/exports entry from this:

/home           -no_subtree_cheeck arc1(ro,no_root_squash,sync)

to this:

/home           arc1(ro,no_root_squash,sync,no_subtree_check)

works around the problem.  So apparently the actual underlying problem is
"on amd64 jessie, no_root_squash is broken in fields of lines that also
use -no_subtree_check".

And the workaround is to remove the -no_subtree_check option from every
line and add ",no_subtree_check" inside the parenthetical options of every
FIELD of every line.

This is extremely inconvenient, and a huge step backwards.  Having to
add ",sync" to every field of every line was already bad enough and
that's just 5 characters.  My /etc/exports is incredibly ugly now.
Thank god for vim's search-and-replace.

-- 
Greg Wooledge                  |   "Truth belongs to everybody."
g...@wooledge.org              |    - The Red Hot Chili Peppers
http://wooledge.org/~greg/     |

Reply via email to