From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200007101209.IAA26542@cse.psu.edu> From: "Russ Cox" Date: Mon, 10 Jul 2000 08:09:16 -0400 To: bruce.g.stewart@worldnet.att.net, 9fans@cse.psu.edu Subject: Re: [9fans] Booting; NE2000 Setup MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: d6aa5bac-eac8-11e9-9e20-41e7f4b1d025 you've probably got an old 9fat. this is what it should look like. olive% cat /bin/9fat: #!/bin/rc rfork e part=`{ls /dev/sd*/9fat >[2]/dev/null} if(~ $#part 0) { echo 'no 9fat partition found' >[1=2] exit no.9fat } part=$part(1) if(! test -f /srv/dos) dossrv >/dev/null [2]/dev/null unmount /n/9fat >/dev/null >[2]/dev/null mount -c /srv/dos /n/9fat $part olive%