9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Russ Cox" <rsc@plan9.bell-labs.com>
To: 9fans@cse.psu.edu, crdevilb@mtu.edu
Subject: Re: [9fans] successful install, iffy setup
Date: Sun, 16 Jul 2000 20:17:26 -0400	[thread overview]
Message-ID: <200007170017.UAA14685@cse.psu.edu> (raw)

  1: how do I mount an ext2 filesystem?  I grok using /srv/dos for FAT
     filesystems, but I don't see a parallel for the ext2 side of things (I
     live in linux most of the time.)

You need an ext2 server like dossrv.
Someone at the University of Paris wrote
one for the second edition, which I updated
slightly for the third edition.  Some people
have reported problems using it; I
run it only in read-only mode.  I'll put it
on my web page until they get a chance
to roll in my changes.  It's not in the
distributed tree.

  2: is there a simple web browser for plan9? even an html viewer less
     complex than html2ms | troff | page or the like?

Sadly, no.  I believe there's web work in very early stages.

  3: how do I get my network set up like I did in linux? I understand that it

ip/ipconfig -g 192.168.0.1 ether /net/ether0 192.168.0.69 255.255.255.0
will do the configuration you want.

	echo 'add 0 0 192.168.0.1' >/net/iproute
will do the same thing as the -g flag.

as for /lib/ndb/local, something like

	ipnet=net-192-168 ip=192.168.0.0  ipmask=255.255.0.0 ipsubmask=255.255.255.0

	ipnet=mynet ip=192.168.0.0 ipmask=255.255.255.0
		dns=my.ns.1
		dns=my.ns.2
		dnsdomain=search.1
		dnsdomain=search.2

should suffice.

Russ



             reply	other threads:[~2000-07-17  0:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-07-17  0:17 Russ Cox [this message]
  -- strict thread matches above, loose matches on Subject: below --
2000-07-16 21:18 Colin DeVilbiss

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=200007170017.UAA14685@cse.psu.edu \
    --to=rsc@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    --cc=crdevilb@mtu.edu \
    /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).