From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Tue, 17 Jul 2007 12:05:02 -0400 To: 9fans@cse.psu.edu Subject: Re: [9fans] the perpetual disk partition problem In-Reply-To: <13426df10707170852g21b535e9o1f60133213177bc1@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 9566f268-ead2-11e9-9d60-3106f5b1d025 silly ideas: 1. couldn't you just use a kfs in a fdisk/fat partition? 2. another approach would be to use russ' boot-to-rc script trick. 3. prep the disk on a plan 9 machine. i was fighting a similar problem this morning. in my case the problem is that it is quite difficult to convince 9load to do any network io in addition to bootp/tftp. this makes finding a partition table on an aoe target somewhat difficult. here's my solution. in plan9.ini, add a line like sdf0part=9fat 0 20480/nvram 20480 20481/fossil 20481 41963521 where this is just the output from prep -p reformatted. disgusting, no? and it doesn't even solve your problem, because you don't have established parititions. - erik