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 X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs Date: Tue, 13 May 2003 19:57:55 -0400 (EDT) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: Daniel_Casey AT jbhunt DOT com cc: cygwin AT cygwin DOT com Subject: RE: nfs server In-Reply-To: Message-ID: Importance: Normal MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 13 May 2003 Daniel_Casey AT jbhunt DOT com wrote: > This is how the nfs-server-config script does it: > > # Install portmap service > echo "Installing portmap as '$PMAP_D'" > cygrunsrv.exe -I "portmap" -d "$PMAP_D" -f "$PMAP_F" -p /usr/sbin/portmap -e CYGWIN=ntsec -a "-F" > > # Install mountd service > echo "Installing mountd as '$MNTD_D'" > cygrunsrv.exe -I "mountd" -d "$MNTD_D" -f "$MNTD_F" -p /usr/sbin/rpc.mountd -e CYGWIN=ntsec --dep portmap -a "-F" > > # Install nfsd service > echo "Installing nfsd as '$NFSD_D'" > cygrunsrv.exe -I "nfsd" -d "$NFSD_D" -f "$NFSD_F" -p /usr/sbin/rpc.nfsd -e CYGWIN=ntsec --dep portmap -a "-F" > > So, I should have those options already in there? Yes. > Something else I noticed is that the paths to the executable's in this > script are > > /usr/sbin/rpc.nfsd, /usr/sbin/rpc.mountd and /usr/sbin/portmap > > But they are actually: > > /usr/sbin/rpc.nfsd.exe, /usr/sbin/rpc.mountd.exe and /usr/sbin/portmap.exe > > Does this matter? I would think so, but just wanted to double check. It doesn't. So it looks like your problem is in the mounts... Make them system mounts, and it should work. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! Knowledge is an unending adventure at the edge of uncertainty. -- Leto II -- 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/