9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: John Floren <slawmaster@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] Configuring NFS
Date: Tue,  2 Jun 2009 11:34:11 -0700	[thread overview]
Message-ID: <7d3530220906021134x5e63484fj31f9943556328b5a@mail.gmail.com> (raw)
In-Reply-To: <1243966760.13276.61.camel@goose.sun.com>

On Tue, Jun 2, 2009 at 11:19 AM, Roman V. Shaposhnik <rvs@sun.com> wrote:
> On Tue, 2009-06-02 at 11:03 -0700, John Floren wrote:
>> On Tue, Jun 2, 2009 at 10:35 AM, Roman V. Shaposhnik <rvs@sun.com> wrote:
>> > On Tue, 2009-06-02 at 10:30 -0700, John Floren wrote:
>> >> Has anyone here successfully set up nfsserver to share Plan 9 files
>> >> with Unix machines? The examples given in the man pages are rather...
>> >> opaque. All I want to do is share one directory tree (/lib/music, in
>> >> particular) with a number of independent Linux laptops and
>> >> workstations.
>> >
>> > I used it in combination with Solaris.
>>
>> Do you still have the configuration?
>
> I might. For Solaris NFS was *the* only choice. For Linux I have
> abandoned NFS approach in favor of native 9P. You should be
> aware of the fact that nfsserver can only speak NFS v.2 which
> is *really* old.
>
>> I'm looking at the man page for
>> nfsserver but wondering what the machine 'ivy' does, and what exactly
>> 'pie' and 'yoshimi' are doing, etc.
>
> If you have practical questions -- feel free to ask them. I'll try
> to dig bits and pieces of my Solaris setup for you later this week.
> So far, I can tell you this much: nfsserver is NFS to 9P translator.
> Thus you can hide a whole bunch of 9P-aware services behind a single
> nfsserver by specifying multiple -a options (in fact these 9P
> services don't even have to be remote machines). Each individual -a
> entry will become a single NFS export share in its own right (visible
> via showmount -e).
>
> So, when you see something like
>   aux/nfsserver –a tcp!pie –a tcp!yoshimi
> all this means is that we are creating 2 NFS shares pie and yoshimi
> on a single NFS server.
>
>> >> I'm looking into NFS because it seems that it has about the lowest
>> >> barrier to entry of all the possible file-sharing methods. Any other
>> >> suggestions would be appreciated.
>> >
>> > Whether or not to use NFS depends greatly on what is on the other end.
>> > What kind of UNIX?
>> >
>>
>> Like I said, it's a collection of Linux machines, mostly running
>> Debian, Ubuntu, and Redhat.
>
> In that case why not use FUSE and 9P? This will also let you mount
> more easily from a non-root accounts.
>
> Thanks,
> Roman.
>

I'd like to use the 9p mounting available in Linux, but it doesn't
seem to work in this case.
I try "mount -t 9p glenda /mnt" (glenda is my cpu/file server) and get:
mount: wrong fs type, bad option, bad superblock on glenda,
       missing codepage or helper program, or other error
       (for several filesystems (e.g. nfs, cifs) you might
       need a /sbin/mount.<type> helper program)
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

If I do "mount -t 9p 192.168.18.180 /mnt", using the file server IP, I just get
mount: permission denied
But dmesg shows "[88617.144804] p9_errstr2errno: server reported
unknown error cannot attach as none before authentication", ONLY when
I use the IP address--nothing appears when I use the /etc/hosts alias
"glenda".

What am I missing?


John
-- 
"I've tried programming Ruby on Rails, following TechCrunch in my RSS
reader, and drinking absinthe. It doesn't work. I'm going back to C,
Hunter S. Thompson, and cheap whiskey." -- Ted Dziuba



  reply	other threads:[~2009-06-02 18:34 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 [this message]
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

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=7d3530220906021134x5e63484fj31f9943556328b5a@mail.gmail.com \
    --to=slawmaster@gmail.com \
    --cc=9fans@9fans.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).