Date: Thu, 28 Jan 2010 08:46:33 -0800 From: Alan Aldrich <aaldrich@ihouseweb.com> To: freebsd-net@freebsd.org Subject: NFS mount properties Message-ID: <C8C37242-1FE0-46F4-B66B-BDAF8995FED0@ihouseweb.com>
next in thread | raw e-mail | index | archive | help
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 to tell in FreeBSD? My fstab entry says this 192.168.44.55:/mcp/home /net nfs rw,async,-d,-3,-s,-i,noatime,- T 0 0 It mounts fine, but I want to confirm that it is actually mounting with TCP and not UDP and cannot figure out what tool will tell me this. 'mount' tells me this 192.168.44.55:/mcp/home on /net (nfs, asynchronous, noatime) but not whether it is mounted TCP or UDP Any help appreciated. Thanks Alan Aldrich
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C8C37242-1FE0-46F4-B66B-BDAF8995FED0>