On Tue, Jun 9, 2009 at 2:03 PM, Bill Maas <[email protected]> wrote: > I posted a message earlier about a kernel panic occurring when I > accessed a file on some of my ext3 fses. I've also been having trouble > with r/w extfs entries in fstab. At boot time I'm dropped to a shell > because fsck thinks the fs is unclean, even when "the other side" says > it's clean.
ext3 is marked dirty because the journal hasn't been played back. You have to convert it to ext2 in linux before mounting in openbsd.

