9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: rsc@plan9.bell-labs.com
To: 9fans@cse.psu.edu, ishwar@pali.cps.cmich.edu
Subject: Re: [9fans] 9pcfs..
Date: Fri, 16 Jun 2000 12:12:33 -0400	[thread overview]
Message-ID: <200006161612.MAA29301@cse.psu.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 808 bytes --]

  How do I make a file server boot floopy using it?
  Take a 9disk.9fd disk and replace the boot image, will that work?

We forgot to include pc/bootfloppy (mentioned in update(8))
in the current packages.  It will be in the next one, and is below.

pc/bootfloppy /dev/fd0disk your.plan9.ini
a:
cp /sys/src/fs/plan9pc/9pcfs /n/a:
unmount /n/a:

Russ


% cat /rc/bin/pc/bootfloppy
#!/bin/rc

if(! ~ $#* 2) {
	echo 'usage: bootfloppy /dev/fd0disk plan9.ini'>[1=2]
	exit usage
}

if(! test -f $2) {
	echo $2 does not exist >[1=2]
	exit noplan9.ini
}

mkdir /tmp/bootfloppy.$pid
cp $2 /tmp/bootfloppy.$pid/plan9.ini
dd -bs 512 -count 1 < /dev/zero >/tmp/bootfloppy.$pid/plan9.nvr
disk/format -b /386/pbs -f -d $1 /386/9load /tmp/bootfloppy.$pid/*
rm -rf /tmp/bootfloppy.$pid
%


[-- Attachment #2: Type: message/rfc822, Size: 1586 bytes --]

From: Ish Rattan <ishwar@pali.cps.cmich.edu>
To: 9fans@cse.psu.edu
Subject: [9fans] 9pcfs..
Date: Fri, 16 Jun 2000 11:43:58 -0400 (EDT)
Message-ID: <200006161543.LAA10955@pali.cps.cmich.edu>


I just made 9pcfs in /sys/src/fs/plan9pc.
It is a boot image for file server?

How do I make a file server boot floopy using it?
Take a 9disk.9fd disk and replace the boot image, will that work?

- ishwar

             reply	other threads:[~2000-06-16 16:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-16 16:12 rsc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2000-07-25  3:06 okamoto
2000-07-24 23:22 jmk
2000-07-24 21:53 arisawa
2000-07-25  1:48 ` Eric Dorman
2000-06-16 15:43 Ish Rattan

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=200006161612.MAA29301@cse.psu.edu \
    --to=rsc@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    --cc=ishwar@pali.cps.cmich.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).