Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <40A473B7.2070204@yahoo.fr>
Date: Fri, 14 May 2004 09:22:31 +0200
From: bertrand marquis <bertrand_marquis@yahoo.fr>
Reply-To: bertrand_marquis@yahoo.fr
User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.2.1) Gecko/20030225
MIME-Version: 1.0
To: Jack Polimer <packetjack@yahoo.com>
Cc: cygwin Mailing List <cygwin@cygwin.com>
Subject: Re: How To Export NFS?
References: <20040514033924.67694.qmail@web60207.mail.yahoo.com>
In-Reply-To: <20040514033924.67694.qmail@web60207.mail.yahoo.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on donald.sysgo.com
X-Spam-Level: 
X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=no version=2.61
X-AntiVirus: checked by AntiVir MailGate (version: 2.0.1.16; AVE: 6.25.0.3; VDF: 6.25.0.62; host: mailgate.sysgo.de)
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id i4E7JvvK005832

Hello

   i think that's not the good way to run portmap nfsd and mountd directly
you should install them as windows services. there is a script with 
cygwin called nfs-server-config which will configure that for you: 
install the services and generate default config files, you will then be 
able to add what you want to /etc/exports and then restart the services 
with thoses commands:

to stop the services:
   cygrunsrv -E portmap
   cygrunsrv -E mountd
   cygrunsrv -E nfsd

to start the services:
   cygrunsrv -S portmap
   cygrunsrv -S mountd
   cygrunsrv -S nfsd

then i think it would have more chance to work


Jack Polimer a écrit:

>Begin Disclaimer:  The following searches produced
>nothing useful...
>
>Searched http://cygwin.com/faq.html for "nfs"
>Searched http://cygwin.com/ for "nfs"
>Googled web and groups for "cygwin" "nfs"
>
>End Disclaimer
>
>I'm trying to export an NFS filesystem under cygwin to
>a Linux machine on the same network, but I get"
># mount -t nfs 10.0.0.1:/etc /mnt
>mount: RPC: Timed out
>"
>
>There are no firewalls on either box.
>
>My /etc/exports contains:
>$ cat /etc/exports
>/etc 10.0.0.0/255.255.255.0(ro)
>
>I ran the following on the cygwin machine:
>$ /usr/sbin/portmap.exe &
>$ /usr/sbin/rpc.mountd.exe &
>$ /usr/sbin/rpc.nfsd.exe
>
>I can't find any reference to make this work.  If
>anyone can forward something helpful, I would greatly
>appreciate it.  If this is a FAQ, please point me in
>the right directions because I can't find it...
>
>As always, please send negative comments to /dev/null
>:) .  Thanks!
>
>
>	
>		
>__________________________________
>Do you Yahoo!?
>Yahoo! Movies - Buy advance tickets for 'Shrek 2'
>http://movies.yahoo.com/showtimes/movie?mid=1808405861 
>
>--
>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/
>
>  
>



--
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/


