This is the mail archive of the cygwin-apps@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]

nfs server config


hi 
i have this configuration
$ cygcheck.exe -cd
Cygwin Package Information
Package              Version
_update-info-dir     00231-1
ash                  20040127-1
base-files           3.2-1
base-passwd          2.1-1
bash                 2.05b-16
bzip2                1.0.2-6
coreutils            5.2.1-5
cygrunsrv            1.0-1
cygutils             1.2.6-1
cygwin               1.5.12-1
cygwin-doc           1.4-1
diffutils            2.8.7-1
editrights           1.01-1
findutils            20041227-1
gawk                 3.1.4-3
gdbm                 1.8.3-7
grep                 2.5-1
groff                1.18.1-2
gzip                 1.3.5-1
less                 381-1
libbz2_1             1.0.2-6
libcharset1          1.9.2-1
libgdbm              1.8.0-5
libgdbm-devel        1.8.3-7
libgdbm3             1.8.3-3
libgdbm4             1.8.3-7
libiconv             1.9.2-1
libiconv2            1.9.2-1
libintl1             0.10.40-1
libintl2             0.12.1-3
libintl3             0.14.1-1
libncurses5          5.2-1
libncurses6          5.2-8
libncurses7          5.3-4
libncurses8          5.4-1
libpcre              4.1-1
libpcre0             4.5-1
libpopt0             1.6.4-4
libreadline4         4.1-2
libreadline5         4.3-5
libreadline6         5.0-1
login                1.9-7
man                  1.5o1-1
mktemp               1.5-3
ncurses              5.4-1
nfs-server           2.2.47-2
readline             5.0-1
sed                  4.1.3-1
sunrpc               4.0-2
tar                  1.13.25-5
termcap              20021106-2
terminfo             5.4_20041009-1
texinfo              4.7-2
unzip                5.50-5
vim                  6.3-1
which                1.6-1
zip                  2.3-6
zlib                 1.2.2-1

and we i use the command 
 nfs-server-config

i have this problem????
$ nfs-server-config
Installing portmap as 'Cygwin portmap'
Installing mountd as 'Cygwin mountd'
Installing nfsd as 'Cygwin nfsd'

mount(1) command did not return SYSTEM mount(s).

It looks like you have installed Cygwin for a single user.
Cygwin mount points will not be available to programs installed
as Windows services. This will keep portmap, mountd, and nfsd
from running as Windows services.

In order for portmap, mountd and nfsd to function properly,
you should establish global mount points using the /bin/mount
utility. You can change user-specific Cygwin mount points to
global mount points using the following command:

    eval mount -f -s -b "C:/cygwin/bin" "/usr/bin";
mount -f -s -b "C:/cygwin/lib" "/usr/lib";
mount -f -s -b "C:/cygwin" "/";
mount -s -b --change-cygdrive-prefix "/cygdrive";

You current mount -m  listing is:

mount -f -s -b "C:/cygwin/bin" "/usr/bin"
mount -f -s -b "C:/cygwin/lib" "/usr/lib"
mount -f -s -b "C:/cygwin" "/"
mount -s -b --change-cygdrive-prefix "/cygdrive"


pls help me!!!!
bye
luca



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