diff --git a/cmd/nfsmount/nfsmount.go b/cmd/nfsmount/nfsmount.go index 08fc20fd7..f172e1ca0 100644 --- a/cmd/nfsmount/nfsmount.go +++ b/cmd/nfsmount/nfsmount.go @@ -57,6 +57,7 @@ func mount(VFS *vfs.VFS, mountpoint string, opt *mountlib.Options) (asyncerrors options := []string{ "-o", fmt.Sprintf("port=%s", port), "-o", fmt.Sprintf("mountport=%s", port), + "-o", "tcp", } for _, option := range opt.ExtraOptions { options = append(options, "-o", option)