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-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: nfs server Date: Tue, 13 May 2003 16:27:21 -0400 Message-ID: <3D848382FB72E249812901444C6BDB1D0130D882@exchange.timesys.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Robb, Sam" To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id h4DKWIp19243 > But, I don't see it running under Win2k services. Do I need to start > mountd and/or nfsd through the Services? Did you run the /bin/nfs-server-config script? This should install portmap, mountd, and nfsd as services for you, and create a sample /etc/exports file if you don't already have one. Once those services are installed, you should be able to see them in the Services view. You can start them from that view; or, from a command line, you should be able to type # net start nfsd ...and see portmap, mountd, and nfsd start (in that order.) > So, if /etc/exports has /pub (ro,all_squash), is there a > command I can run to see if it's ready to be mounted remotely? Try "showmount --exports ". On my RedHat install, at least, showmount is installed in /usr/sbin. > BTW, /pub is just a directory, not a filesystem, so it's > hanging off of /. > Does it have to be an FS? No - directory is fine. -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/