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: <69d197df04120315002fd8cbb0@mail.gmail.com> Date: Fri, 3 Dec 2004 15:00:50 -0800 From: Michael Butler Reply-To: Michael Butler To: cygwin AT cygwin DOT com Subject: Re: Failing to mount from nfs-server In-Reply-To: <69d197df041202150659bcd90e@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <69d197df041202150659bcd90e AT mail DOT gmail DOT com> X-IsSubscribed: yes When I add -overs=2 to the mount command, I get a permission denied error instead of the server down error. Can anyone help me? On Thu, 2 Dec 2004 15:06:08 -0800, Michael Butler wrote: > I installed the latest cygwin with nfs-server and the required support > packges, along with nothing else extra. I ran nfs-server-config, > changed my exports, and started the daemons in the windows services. > All 3 have "started" but when I try to mount shared directories from a > Fedora Core 2 client on the same network, I get > > mount to NFS server '192.168.1.2' failed: server is down. > > rpcinfo -p from the localhost and from the client both return the > following info: > program vers proto port > 100000 2 tcp 111 > 100000 2 udp 111 > 100003 2 udp 2049 nfs > 100003 2 tcp 2049 nfs > 100005 1 udp 850 > 100005 2 udp 850 > 100005 1 tcp 853 > 100005 2 tcp 853 > > nmapping these ports shows each of them as open except for 850. There > is no firewall software on the server machine. My exports file is as > follows: > /mnt/c/export/root *(ro,no_root_squash,sync) > /pub *(ro,no_root_squash,sync) > > It seems to me as though this should be a working setup. Did I miss something? > -- 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/