DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD General

OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 22nd August 2008
asemisldkfj
-Guest-
 
Posts: n/a
Default OpenBSD, Mac OS X, and NFS

hello everyone. I hope I recognize some of the names around here. (I posted on BSDforums a long time ago and am still around on BSDnexus forums.) anyway, on to my problem.

this is the configuration of my OpenBSD 4.3 NFS server:

rc.conf.local
Code:
portmap=YES
nfs_server=YES
mountd_flags="-n"
the -n mountd flag is supposed to "not require that clients make mount requests from reserved ports."

exports
Code:
/share 10.0.1.3
Code:
drwxrwxrwx   2 brain  brain      512 Aug 22 11:58 share/
I can mount the NFS share with mount_nfs -P crashoverride:/share /mnt on the OS X client, but without the -P flag it gives me mount_nfs: /mnt: Permission denied.

I'd like to be able to mount the share from the OS X Finder interface and I can't pass the -P flag from there. for some reason the -n flag to mountd doesn't seem to be working. there used to be a sysctl for this but it seems to be gone. any ideas?
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:32 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick