Hello,
My setup: Ts7200
kernel: ts9
System: Debian-woody on 512MB Compact Flash.
I have setup the system correctly, the network is working fine, I can
SSH into ts7200(192.168.0.102) using puTTY.exe.
I am using a Windows XP desktop(192.168.0.100) and a
Laptop(192.168.0.101) as host systems.
I want to setup the NFS server on Ts-7200 and setup the clients on
both windows machines. I edited the exports file as follows.
------------------------------------------------
ts7200:/# cat etc/exports
# /etc/exports: the access control list for filesystems which may be
exported
# to NFS clients. See exports(5).
/ 192.168.0.100(rw,no_root_squash)
/ 192.168.0.101(rw,no_root_squash)
/ 192.168.0.102(rw,no_root_squash)
/home 192.168.0.100(rw,no_root_squash)
/home 192.168.0.101(rw,no_root_squash)
/home 192.168.0.102(rw,no_root_squash)
-------------------------------------------------
When i try to export, I get the following messages
ts7200:/# exportfs -a
192.168.0.102:/home: Function not implemented
192.168.0.101:/home: Function not implemented
192.168.0.100:/home: Function not implemented
192.168.0.102:/: Function not implemented
192.168.0.101:/: Function not implemented
192.168.0.100:/: Function not implemented
ts7200:/#
executing rpcinfo -p
ts7200:/# rpcinfo -p
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 1026 status
100024 1 tcp 1026 status
100005 1 udp 1027 mountd
100005 1 tcp 1027 mountd
100005 2 udp 1027 mountd
100005 2 tcp 1027 mountd
ts7200:/#
I have also modified the hosts.allow file as,
ALL: 192.168.0.100
ALL: 192.168.0.101
ALL: 192.168.0.102
What is wrong ? I have looked at most of the messages here in this
forum and also on the net. It is supposed to be fairly easy to setup
NFS. I presume that I can use the nfs-kernel-server to set up NFS to
share between windows and T2-7200, on windows side I am using Cygwin.
Just to test the NFS server I am trying to mount a exported folder
onto Ts7200 itself.
any help appreciated, Thank you
Sandeep
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|