This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: nfs server


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]