9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: geoff@plan9.bell-labs.com
To: fernanbolando@mailc.net, 9fans@9fans.net
Subject: Re: [9fans] Configuring NFS
Date: Fri, 12 Feb 2010 18:58:07 -0500	[thread overview]
Message-ID: <4029373b56f5626c092512dbcf66b24f@plan9.bell-labs.com> (raw)
In-Reply-To: <1d5d51401002121530t3df57af8w52889872de19584b@mail.gmail.com>

nfsserver only serves NFS version 2 and not all clients are smart
enough to try multiple NFS versions, so you may have to specify it,
typically like this (in /etc/fstab):

nfs:/		/n/9		nfs	nfsvers=2,proto=udp,user,bg,intr

or as a command:

mount -o bg,intr,-2 thinktank:thinktank /mnt/nfs

Consult your (l)unix manuals for the precise options.




      reply	other threads:[~2010-02-12 23:58 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-02 17:30 John Floren
2009-06-02 17:35 ` Roman V. Shaposhnik
2009-06-02 18:03   ` John Floren
2009-06-02 18:19     ` Roman V. Shaposhnik
2009-06-02 18:34       ` John Floren
2009-06-02 18:49         ` Eric Van Hensbergen
2009-06-02 19:57           ` John Floren
2009-06-02 23:22             ` Anthony Sorace
2009-06-02 23:30               ` John Floren
2009-06-02 23:41                 ` Anthony Sorace
2009-06-02 23:51                   ` John Floren
2009-06-03  3:18                     ` Anthony Sorace
2009-06-03  3:29         ` J.R. Mauro
2009-06-09 16:48         ` Roman V Shaposhnik
2009-06-09 16:48           ` J.R. Mauro
2009-06-11  5:47           ` Ethan Grammatikidis
2009-06-02 18:19 ` Steve Simon
2010-02-12 23:30 ` Fernan Bolando
2010-02-12 23:58   ` geoff [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4029373b56f5626c092512dbcf66b24f@plan9.bell-labs.com \
    --to=geoff@plan9.bell-labs.com \
    --cc=9fans@9fans.net \
    --cc=fernanbolando@mailc.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).