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 Subject: RE: nfs server To: cygwin AT cygwin DOT com Message-ID: From: Daniel_Casey AT jbhunt DOT com Date: Wed, 14 May 2003 08:46:34 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii Igot, that did it. Yes, I had more mounts than what I put in the last e-mail, but I didn't think the others were relevant. This is a snapshot of the part of the mount command before: d:\cygwin\bin on /usr/bin type user (binmode) d:\cygwin\lib on /usr/lib type user (binmode) d:\cygwin on / type user (binmode) And after running the eval command: eval "`mount -m | sed -e 's/ -u / -s /g' -e 's/$/;/'`" d:\cygwin\bin on /usr/bin type user (binmode) d:\cygwin\bin on /usr/bin type system (binmode) d:\cygwin\lib on /usr/lib type user (binmode) d:\cygwin\lib on /usr/lib type system (binmode) d:\cygwin on / type user (binmode) d:\cygwin on / type system (binmode) I then re-ran the nfs-server-config and I was able to start the CYGWIN portmap, CYGWIN nfsd, and CYGWIN mountd services from the Win2k Services GUI. So, when I try to mount the /pub directory that lives on my Win2k/Cygwin machines from a remote Unix machine, can I just specify /pub or does it have to be the Win2k path? Thanks for all the help guys! -- 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/