> Here is an example of what I have: > > cylinder = 8225280 bytes > *p1 0 7295 (7295 cylinders, 55.88 GB) HPFS > `p2 7295 7296 (1 cylinders, 7.84 MB) PLAN9 > > I am trying the command > > d p2 > > followed by > > a p2 [7265[7296]] > > The usual response is: ?syntax error. > > Generally speaking, I'd like to have p2 at around 1 GB...ish. Maybe > more. I figure 31 cylinders will be plenty at this point.
also, one typically adds partitions to the plan 9 partition with prep(8) rather than fdisk. - erik