*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-03-2008, 06:50 AM
|
#1
|
|
Member
Registered: Sep 2006
Location: Nagpur, Maharashtra, India
Distribution: Debian, Ubuntu, Redhat, Fedora, SLES, OpenSUSE, FreeBSD, Mac OS X
Posts: 221
Rep:
|
Unable to mount NFS Share [RPCPROG_MNT: RPC: Timed out]
Configuring NFS Sever has never been such a difficult task. But on FreeBSD I am still not being able to mount NFS share.
I have two FreeBSD Machines:
1.] NFS Server
2.] NFS Client
Settings of NFS Server:
# cat /etc/exports | grep -i exports
Quote:
|
/exports -alldirs -maproot=root -network 10.222.111.0 -mask 255.255.254.0
|
# cat /etc/rc.conf | grep -i -e portmap -e nfs -e rpc -e mount
Quote:
portmap_enable="YES"
nfs_server_enable="YES"
rpcbind_enable="YES"
mountd_flags="-r"
|
# showmount -e
Quote:
Exports list on localhost:
/exports 10.222.111.0
|
Settings on Client:
# cat /etc/rc.conf | grep -i nfs
When I trying to mount the NFS share on the client, I get following error:
# mount -v 10.222.111.213:/exports /mnt
Quote:
|
[udp] 10.222.111.213:/exports: RPCPROG_MNT: RPC: Timed out
|
(On Server: 10.222.111.213)
# tail /var/log/messages | grep -i mount
Quote:
Aug 3 16:40:26 ports mountd[580]: mount request from 10.222.111.210 from unprivileged port
Aug 3 16:40:41 ports mountd[580]: mount request from 10.222.111.210 from unprivileged port
|
Please advice !
Last edited by paragkalra; 08-03-2008 at 06:52 AM.
|
|
|
|
08-03-2008, 11:55 AM
|
#2
|
|
Senior Member
Registered: Jun 2008
Posts: 2,529
Rep:
|
Are you root when you execute the mount?
|
|
|
|
08-03-2008, 01:23 PM
|
#3
|
|
Member
Registered: Sep 2006
Location: Nagpur, Maharashtra, India
Distribution: Debian, Ubuntu, Redhat, Fedora, SLES, OpenSUSE, FreeBSD, Mac OS X
Posts: 221
Original Poster
Rep:
|
YUP...I am root....
|
|
|
|
08-03-2008, 01:42 PM
|
#4
|
|
Senior Member
Registered: Jun 2008
Posts: 2,529
Rep:
|
Add -t nfs to your mount command.
You haven't changed any standard NFS ports, have you?
|
|
|
|
08-04-2008, 12:38 AM
|
#5
|
|
Member
Registered: Sep 2006
Location: Nagpur, Maharashtra, India
Distribution: Debian, Ubuntu, Redhat, Fedora, SLES, OpenSUSE, FreeBSD, Mac OS X
Posts: 221
Original Poster
Rep:
|
The problem continues to haunt me:
# mount -t nfs 10.222.111.213:/exports /mnt
Quote:
|
[udp] 10.222.111.213:/exports: RPCPROG_MNT: RPC: Timed out
|
Just to additional info I am being able mount the same locally i.e on the NFS Server following command works but it simply doesn't work on the client.
Quote:
|
mount -t nfs 10.222.111.213:/exports /mnt
|
No I haven't changed any standard NFS ports.
|
|
|
|
02-12-2009, 06:03 AM
|
#6
|
|
Member
Registered: Aug 2006
Posts: 601
Rep:
|
The freebsd nfs guide will probably tell what is wrong.
If you do showmount -e do you get any output on the server?
Is rpcbind running?
I have this in my rc.conf.
However, when I start manually I do:
rpcbind; nfsd -u -t -n 4; mountd -r;
rpcbind_enable="YES"
nfs_server_enable="YES"
mountd_enable="YES"
mountd_flags="-r"
http://www.freebsd.org/doc/en/books/...twork-nfs.html
I know that this thread is a long time inactive, but maybe it will help someone else.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:26 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|