Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi,
I am having problems getting nfs to work, or rather probably more likely is that it working but I can't get a client to connect.
Here are my steps:
1. install 2 new hdds, formatted as raid1 via web interface.
2. telnet in and sh /ffp/start/unfsd.sh start
3. cat /ffp/etc/exports
/mnt/HD_a2 192.168.1.0/24(rw,no_root_squash)
/mnt/HD_a4 192.168.1.0/24(rw,no_root_squash)
/mnt/HD_b4 192.168.1.0/24(rw,no_root_squash)
/mnt/web_page 192.168.1.0/24(rw,no_root_squash)
on the linux box that I am trying to use as the client (fresh install of ubuntu 8) I am able to telnet to the dns-323 (a direct cable connection (1m) between the two). PS shows rpc.portmap unfsd are running. m Portscan on the ubuntu box shows nfs port 2049 open on the dns-323.
4. mkdir /home/me/Desktop/new
5. mount -t nfs 192.168.1.2:/mnt/HD_a2 /home/me/Desktop/new
gives an error: mount wrong fs type, bad option, bad superblock on 192.168.1.2:/mnt/HD_a2, missing codepage or helper program, or other error
I have seached the forum and it looks as though what I am doing is correct, but I just can't get an nfs mount
help!
thanks
lu
Offline
it does help if you install nfs-common on ubuntu first, oh dear!
Offline