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    




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

Reply via email to