Re: Mounting an NFS volume served by Mac OS X

2009-09-01 Thread Sabine Baer
On Tue, Sep 01, 2009 at 03:20:37PM -0700, patrick wrote:
> I'm wondering if anyone has had any success in mounting an NFS export
> from a Mac OS X machine on FreeBSD 7.2? 

amd$ ssh b...@ibook
Password:
Last login: Tue Sep  1 18:36:19 2009
Welcome to Darwin!
ibook:~ book$ uname -a
Darwin ibook.catfish.ddns.org 8.11.0 Darwin Kernel Version 8.11.0: Wed
Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power
Macintosh powerpc 
ibook:~ book$ less /private/etc/exports
/Users/book -alldirsamd
/Volumes-alldirsamd
ibook:~ book$ ps ax|grep nfs
  198  ??  Ss 0:00.00 nfsiod -n 4
  234  ??  Ss 0:00.01 nfsd-master
  240  ??  S  0:00.00 nfsd-server
[...]
 1520  p2  S+ 0:00.01 grep nfs
ibook:~ book$ exit
logout
[...]
amd# mount /ibook
amd# mount
[...]
ibook:/Users/book on /ibook (nfs)
amd# 
[...]
amd$ ls -l /ibook|less
total 448
drwxr-xr-x   3 501   501102 Mar  6 20:11 Anwendungsdaten
drwx--  16 501   501544 Aug 15 23:22 Desktop
[...]
amd$

Works fine, as far as I experienced. I wrote that
/private/etc/exports. It may not be the best way, just mt 2 Cent,

Sabine
 
Was glaubst du, was FAQ heißt? Föllig Abstruser Quatsch?
   (Hauke Heidtmann in dcouln)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Mounting an NFS volume served by Mac OS X

2009-09-01 Thread pete wright
On Tue, Sep 1, 2009 at 3:20 PM, patrick wrote:
> 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!
>

which version of NFS are you using on the server side, which version
are you attempting to use on the client side.

also, it may be helpful if you post your /etc/exports file from your
server (or what ever configuration you are using on the OSX server)
and your mount command that is failing.

-pete


-- 
pete wright
www.nycbug.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"