From owner-freebsd-questions@FreeBSD.ORG Tue Sep 1 22:46:22 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0F236106568D for ; Tue, 1 Sep 2009 22:46:22 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: from mail-yw0-f191.google.com (mail-yw0-f191.google.com [209.85.211.191]) by mx1.freebsd.org (Postfix) with ESMTP id C31848FC0A for ; Tue, 1 Sep 2009 22:46:21 +0000 (UTC) Received: by ywh29 with SMTP id 29so554017ywh.33 for ; Tue, 01 Sep 2009 15:46:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=w/BmpQonKbtc+GJHZLXf4fNHz5KPLuHBfcFX3MUoFxc=; b=C09+yvUQA9MNIImbQbINJ/+K3qzM31a7seYaC7BPpZvFEQSj1QQQdLA5LE1wPAxVY8 kdOGJ2jvO7F44IEAEAjTvqBTV+cQE061JDdb45kyqt/L94poDIeBI9WjHOvrZHG45YU0 jzo0HoqpFnFm/PMeUuSCAkXFRPu2YU01DwP80= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=NHeBI1zvkh2K/6e8sjEpCXCLGAG8iL7kcsCISNUbIWnfJLq66K1aiN3avMtUXEU4cy DXxAIlAhFcxVfOqoBuXGaHCKD74s09gv9wjlz6+cfvAOH+I0ytv2FFY8kcymNe9CHRfO jmAHUgYHt+pFKN3G3HnGaBeW6mNRLwmfoK4qk= MIME-Version: 1.0 Received: by 10.151.21.1 with SMTP id y1mr12568542ybi.3.1251843637126; Tue, 01 Sep 2009 15:20:37 -0700 (PDT) Date: Tue, 1 Sep 2009 15:20:37 -0700 Message-ID: From: patrick To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Mounting an NFS volume served by Mac OS X X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Sep 2009 22:46:22 -0000 I'm wondering if anyone has had any success in mounting an NFS export from a Mac OS X machine on FreeBSD 7.2? When I try, I get: RPCPROG_MNT: RPC: Authentication error; why = Client credential too weak The man page for exports on Mac OS X has: -sec=mechanism1:mechanism2... This option specifies one or more security mechanisms required for access to the exported directory. The security mechanisms currently supported are krb5p, krb5i, krb5, and sys. Multiple security mechanisms can be spec- ified as a colon separated list, and should be in the order of most preferred to least preferred. In the absence of this option, the security mechanism defaults to sys. My export does not specify this, so "sys" is what is being used. Not exactly sure what that means... I don't see any options in mount_nfs(8) on the FreeBSD side that has anything to do with authentication or security mechanisms... Any suggestions would be greatly appreciated! Thanks, Patrick