From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Brian L. Stuart" To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Date: Thu, 31 Jul 2008 19:52:39 +0000 Message-Id: <073120081952.25804.48921807000DA385000064CC22193100029B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> In-Reply-To: <20080731160501.EA1CF1E8C3B@holo.morphisms.net> References: <073120081453.4828.4891D1D2000C4C1E000012DC22243429029B0A02D2089B9A019C04040A0DBF9B9D0E9A9B9C040D@att.net> <20080731160501.EA1CF1E8C3B@holo.morphisms.net> Subject: Re: [9fans] Mirrorarenas in p9p Topicbox-Message-UUID: f8b0f5c0-ead3-11e9-9d60-3106f5b1d025 > Also, if you do create a Plan 9 partition and > then prep it to make subpartitions (you'd have > to use 9vx, copying the binaries from sources), > then p9p venti can handle those partition names > too: /dev/sda1:arenas assuming /dev/sda1 is a > Plan 9 fdisk partition containing a subpartition > named arenas. So here's what I ended up with. I installed 9vx on the machine and used that to partition the big drive: one fairly big partition with 4 subpartitions for the 4 arena disks already on the machine. The p9p mirrorarenas didn't like the partition name notation. It calls initpart which calls parsepart which seems to only like the numeric range notation. But running the Plan 9 mirrorarenas in 9vx works just fine. So I'm pretty much where I want to be for now. Thanks, BLS