Hi everybody,
i read several threads on this forum, and i tripple tried the Hacks & Tutrials guide here on this page. It always worked till the point to mount the nfs drive on the linux or windows client.
I am also no able to mount the nfs folder from the mybook itself.
The things like etc/exports, users, groups and so on i already tried. I can't think of what to do next to get the nfs running.
The only thing i know till now is the following:
- i can't mount the nfs folder, but i can ping the machine, connect via samba or ftp.
- when i do restart with sh-script i have created it says that it can't kill some prozesses:
Stopping NFS
stopped /usr/sbin/rpc.rquotad (pid 870).
no /usr/sbin/lockd found; none killed.
stopped /usr/sbin/rpc.statd (pid 935).
no /usr/sbin/nfsd found; none killed.
stopped /usr/sbin/rpc.mountd (pid 932).
stopped /sbin/portmap (pid 930).
Starting NFS
/usr/sbin/rpc.rquotad already running.
870
ps -ef |grep rpc gives me the following:
root 865 5 0 12:45 ? 00:00:00 [rpciod/0]
root 870 1 0 12:45 ? 00:00:00 /usr/sbin/rpc.rquotad
rpc 1499 1 0 16:19 ? 00:00:00 /sbin/portmap
root 1501 1 0 16:19 ? 00:00:00 /usr/sbin/rpc.mountd
root 1504 1 0 16:19 ? 00:00:00 /usr/sbin/rpc.statd
root 1516 1 0 16:20 ? 00:00:00 /usr/sbin/rpc.rquotad already running.
root 1529 1479 2 16:21 pts/0 00:00:00 grep rpc
i think these are the two processes which are missing but seem to run.
i get this with ps -ef
root 862 1 0 12:45 ? 00:00:00 [nfsd]
root 864 1 0 12:45 ? 00:00:00 [lockd]
So there i am, not knowing what to do, but i am keen on getting it to work.
Hopefully someone can tell me what to do to get it running, or what i am doing wrong on mounting.
greetings
sth-weird