From mboxrd@z Thu Jan 1 00:00:00 1970 From: rsc@plan9.bell-labs.com Message-Id: <200006161612.MAA29301@cse.psu.edu> To: 9fans@cse.psu.edu, ishwar@pali.cps.cmich.edu Subject: Re: [9fans] 9pcfs.. Date: Fri, 16 Jun 2000 12:12:33 -0400 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-pgtfhkxlfkwstjchghrswjelly" Topicbox-Message-UUID: c1ba3a5a-eac8-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-pgtfhkxlfkwstjchghrswjelly Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit 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 % --upas-pgtfhkxlfkwstjchghrswjelly Content-Type: message/rfc822 Content-Disposition: inline Received: from plan9.cs.bell-labs.com ([204.178.31.2]) by dinero; Fri Jun 16 11:59:37 EDT 2000 Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Fri Jun 16 11:59:24 EDT 2000 Received: from cse.psu.edu ([130.203.3.50]) by plan9; Fri Jun 16 11:59:11 EDT 2000 Received: from localhost (majordom@localhost) by cse.psu.edu (8.8.8/8.8.8) with SMTP id LAA27843; Fri, 16 Jun 2000 11:44:27 -0400 (EDT) Received: by claven.cse.psu.edu (bulk_mailer v1.5); Fri, 16 Jun 2000 11:44:06 -0400 Received: (from majordom@localhost) by cse.psu.edu (8.8.8/8.8.8) id LAA27784 for 9fans-outgoing; Fri, 16 Jun 2000 11:44:01 -0400 (EDT) X-Authentication-Warning: claven.cse.psu.edu: majordom set sender to owner-9fans using -f Received: from pali.cps.cmich.edu (pali.cps.cmich.edu [141.209.131.81]) by cse.psu.edu (8.8.8/8.8.8) with ESMTP id LAA27779 for <9fans@cse.psu.edu>; Fri, 16 Jun 2000 11:43:57 -0400 (EDT) Received: (from ishwar@localhost) by pali.cps.cmich.edu (8.9.3/8.9.3) id LAA10955 for 9fans@cse.psu.edu; Fri, 16 Jun 2000 11:43:58 -0400 (EDT) (envelope-from ishwar) Date: Fri, 16 Jun 2000 11:43:58 -0400 (EDT) From: Ish Rattan Message-Id: <200006161543.LAA10955@pali.cps.cmich.edu> To: 9fans@cse.psu.edu Subject: [9fans] 9pcfs.. Sender: owner-9fans@cse.psu.edu Reply-To: 9fans@cse.psu.edu Precedence: bulk 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 --upas-pgtfhkxlfkwstjchghrswjelly--