Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jan 1998 11:21:07 -0800 (PST)
From:      William Wong <wwong@wiley.csusb.edu>
To:        freebsd-questions@freebsd.org
Subject:   Exporting NFS filesystems
Message-ID:  <199801061921.LAA22812@wiley.csusb.edu>

next in thread | raw e-mail | index | archive | help
Question:  How do I export a part of the filesystem after the entry
has been added to the exports file?  I know I can do this on SunOS
systems using exportfs.  Is there an equivalent command to do this?
I have tried "kill -HUP" on the nfsd and even actually killed it and
started another one (nfsd -u -t 4) to no avail.  showmount shows nothing
being exported from the system.  I don't have to restart the system,
do I?

I'm running 2.2.5-stable with the NFS option compiled in the kernel.
In rc.conf I have:

### Network daemon (miscellaneous) & NFS options: ###
syslogd_enable="YES"		# Run syslog daemon (or NO).
syslogd_flags=""		# Flags to syslogd (if enabled).
inetd_flags=""			# Optional flags to inetd (always enabled).
named_enable="NO"		# Run named, the DNS server (or NO).
named_flags=""			# Flags to named (if enabled).
kerberos_server_enable="NO"	# Run a kerberos master server (or NO).
rwhod_enable="NO"		# Run the rwho daemon (or NO).
amd_enable="NO"			# Run amd service with $amd_flags (or NO).
amd_flags="-a /net -c 1800 -k i386 -d my.domain -l syslog /host /etc/amd.map"
nfs_client_enable="YES"		# This host is an NFS client (or NO).
nfs_server_enable="YES"		# This host is an NFS server (or NO).
weak_mountd_authentication="NO"	# Running PCNFSD / other non-root nfsd (or NO).
nfs_reserved_port_only="NO"	# Provide NFS only on secure port (or NO).
rpc_lockd_enable="NO"		# Run NFS rpc.lockd (*broken!*) if nfs_server.
rpc_statd_enable="YES"		# Run NFS rpc.statd if nfs_server (or NO).
portmap_enable="YES"		# Run the portmapper service (or NO).
portmap_flags=""		# Flags to portmap (if enabled).
xtend_enable="NO"		# Run the X-10 power controller daemon.
xtend_flags=""			# Flags to xtend (if enabled).


--
William T. Wong
  Phone:   (909) 880-7281
  email:   wwong@wiley.csusb.edu




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801061921.LAA22812>