Re: NFS Mount FreeBSD 8.0

2010-04-15 Thread Ivan Voras

On 04/15/10 15:35, Grant Peel wrote:

  Hi all,

I have been running a backups storage server for many years on FreeBSD
5.2.1. It has been and still is working fine. Several 6.x machines are
connected to it on the local network.

Since installing FreeBSD 8.0 on two machines (they used to run 6.x and
connected to the nfs mount fine), But with FreeBSD 8, the are no longer
connecting.

ps ax shows (on the client machiens)

551 ?? Is 0:00.00 mount_nfs -t 10 -b -o rw enterprise:/mnt /mnt



Just for an experiment, what does showmount -e nfs_server say on the 
client and the server sides?


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: NFS Mount FreeBSD 8.0

2010-04-15 Thread Grant Peel

Ivan,

I actually just got it to work. Not sure why the default TCP no longer works 
but I added the -U flag to the fstab for the mount and it works.


Anyone know what may bave changed in FreeBSD 8 to cause this?

-Grant

P.S on the server machine the output you were looking for was
/mnt   192.168.0.0


- Original Message - 
From: Ivan Voras ivo...@freebsd.org

To: freebsd-questions@freebsd.org
Sent: Thursday, April 15, 2010 10:19 AM
Subject: Re: NFS Mount FreeBSD 8.0



On 04/15/10 15:35, Grant Peel wrote:

  Hi all,

I have been running a backups storage server for many years on FreeBSD
5.2.1. It has been and still is working fine. Several 6.x machines are
connected to it on the local network.

Since installing FreeBSD 8.0 on two machines (they used to run 6.x and
connected to the nfs mount fine), But with FreeBSD 8, the are no longer
connecting.

ps ax shows (on the client machiens)

551 ?? Is 0:00.00 mount_nfs -t 10 -b -o rw enterprise:/mnt /mnt



Just for an experiment, what does showmount -e nfs_server say on the 
client and the server sides?


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
freebsd-questions-unsubscr...@freebsd.org




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: NFS Mount FreeBSD 8.0

2010-04-15 Thread Adam Vande More
On Thu, Apr 15, 2010 at 9:47 AM, Grant Peel gp...@thenetnow.com wrote:

 Ivan,

 I actually just got it to work. Not sure why the default TCP no longer
 works but I added the -U flag to the fstab for the mount and it works.

 Anyone know what may bave changed in FreeBSD 8 to cause this?

 -Grant

 P.S on the server machine the output you were looking for was
 /mnt   192.168.0.0


Please don't top post.

FBSD 8 has a new NFS implementation which might be the cause of your
issues.  In particular this seems relevant.

http://lists.freebsd.org/pipermail/freebsd-current/2009-November/013172.html

There's been more than one nfs issue on 8 however so it could easily be
something else.  8-STABLE has received a lot of NFS love so you could try
that on your clients perhaps.

-- 
Adam Vande More
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org