simon1206 New Member
Joined: 06 Dec 2025 Posts: 23 Location: san jose, ca
|
Posted: Sun Apr 27, 2025 12:24 am Post subject: unable to mount says reported tcp not available |
|
|
on machine A
machine A's ip is 192.168.1.115 (from ifconfig -a)
/home/svn 192.168.1.102(rw,sync,no_subtree_check)
i ran exportfs -a
(no errors)
on 192.168.1.102
in /etc/fstab
192.168.1.115:/home/svn /mnt/hope/svn nfs rsize=2147483648,wsize=2147483648,intr,soft,timeo=10
when I do mount -a on 192.168.1.102
I get
mount server reported tcp not available, falling back to udp
mount: RPC: Program not registered
Weird, when I mount the other way around it worked fine.
Help!
Simon
|
|
pbharris Member

Joined: 02 Jul 2025 Posts: 320 Location: chicago
|
Posted: Sun Apr 27, 2025 3:06 am Post subject: |
|
|
hello.
i have this on host machine in /etc/exports
/tmp 192.128.0.3(rw,sync,nohide)
And in /etc/fstab on client machine i have
192.168.0.2:/tmp /net_tmp nfs rw,hard,intr 0 0
On the host machine i have nfs running - it works for me.
i realize my options are simpler than yours but they get past the problem of having rpc failing on you.
_________________ Fedora
|
|