| Re: [9fans] Can't ream fs. Panic: config io |
|
 |
|
 |
|
 |
|
 |
Group: comp.os.plan9 · Group Profile
Author: erik quanstromerik quanstrom Date: Jul 23, 2008 09:49
> config w0
> filsys main w0
> I don't have anything set up to capture output, but I hope I can give you enough here. It looks something like
>
> drive w0
> 35885393 blocks at 512 bytes each
> 2242834 logical blocks at 8192 bytes each
> 16 multiplier
> tag = 0/0; expected 0/10 not flushed
>
> stack trace of 2
> ...
> panic: config io
> cpu 0 halted
i don't think you can put your configuration in the
same place you put your fs.
i think the superblock's tag is getting written to the
configuration area.
you can use my fs tree from sources which supports
a cec console. you should be able to capture output
with it.
- erik
|