Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <401961AD.7020803@oneparticularharbor.net> Date: Thu, 29 Jan 2004 14:40:29 -0500 From: Sam Robb User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113 MIME-Version: 1.0 To: cygwin AT cygwin DOT com, Rich DOT Newpol AT marconi DOT com Subject: [Fwd: Cygwin NFS Server] Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Rich, I've redirected this to the Cygwin mailing list - other folks may have these questions as well. > Sorry if this is a particularly boneheaded question, > but where can I find some documentation to help me > set up NFS Server on Cygwin? You can find documentation for most packages under /usr/share/doc. Cygwin-specific documentation (including the nfs-server docs) are located under /usr/share/doc/Cygwin. Man pages are also provided - 'man nfsd', 'man mountd', etc. > I am new to Cygwin, but I have successfully installed > in on my Win2K machine, including NFS Server. I ran > nfs-server-config and although it complained about my > mounts being non-system (they are system, so I ignored the > warning) it seemed to start the services OK. Could you please post the output from running mount? > I edited the /etc/exports file to add a single entry > to export a subdirectory, but now what? > > Usually I would run exportfs (I think, I am not an NFS > expert either) but there doesn't seem to be such a beast. You can restart mountd and nfsd, ex: cygrunsrv --stop "mountd" cygrunsrv --stop "nfsd" cygrunsrv --start "mountd" cygrunsrv --start "nfsd" Or you can just send the processes a SIGHUP to tell them to reread the exports file: kill -s 1 kill -s 1 > SO... I looked for a man page or README or something, but > I couldn't find it (I did not install all the source...so > I have to?) Location of docs and man pages I've already described. No, you shouldn't need to install the source, unless you want to work on providing a patch for something :-) HTH, -Samrobb -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/