How to Disable Mount Access for One Client

  1. Become an administrator.
  2. Disable mount access for one client.
    # share -F nfs -o specific_options pathname

    For example:

    # share -F nfs ro=-rose:eng /export/share/man
    ro=-rose:eng

    Access list that allows read-only mount access to all clients in the eng network group except for the host named rose

    /export/share/man

    File system to be shared