Re: NFS mount properties

2010-01-30 Thread Mikolaj Golub
On Thu, 28 Jan 2010 08:46:33 -0800 Alan Aldrich wrote: > I am trying to determine how to examine the actual properties of an > nfs mount in FreeBSD > In CentOS one can 'cat /proc/mounts' to determine all of the mount > properties. > Specifically I am trying to confirm whether the mount is using TC

NFS mount properties

2010-01-28 Thread Alan Aldrich
I am trying to determine how to examine the actual properties of an nfs mount in FreeBSD In CentOS one can 'cat /proc/mounts' to determine all of the mount properties. Specifically I am trying to confirm whether the mount is using TCP or UDP as I want it to be TCP . Is there some similar way