Results 1 to 3 of 3
help me someone...can't mount my NFS in my fedora 7. i run 2 computer, one desktop(10.101.154.127) the other a laptop(10.101.154.126)....help...
heres the config:
(in server 10.101.154.127):
[root@localhost etc]# vi exports
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-04-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 34
cannot mount NFS on FC7...please help
help me someone...can't mount my NFS in my fedora 7. i run 2 computer, one desktop(10.101.154.127) the other a laptop(10.101.154.126)....help...

heres the config:
(in server 10.101.154.127):
[root@localhost etc]# vi exports
/home 10.101.154.126(rw)
[root@localhost etc]# exportfs -ra
[root@localhost etc]# vi host.allow
portmap: 10.101.154.126
[root@localhost etc]# /etc/rc.d/init.d/nfs restart
in client(10.101.154.126):
[root@localhost etc]# mount 10.101.154.127:/home /sini
mount: mount to NFS server '10.101.154.127' failed: System Error: No route to host.
- 09-04-2007 #2
If you disable the firewall on your NFS server are you able to mount the shares?
- 09-06-2007 #3Just Joined!
- Join Date
- Jul 2007
- Posts
- 34
have disabled it. still cannot


Reply With Quote
