Hello!
On Mon, Jun 10, 2002 at 08:05:54AM -0600, Chris Worley wrote:
> I'm wondering if there is a kernel/reiser tools mismatch. How could I verify what's
>in the kernel?
Do a dmesg and see throught the output
if you see somethink like this:
reiserfs: checking transaction log (device 03:02) ...
Using r5 hash to sort names
reiserfs: using 3.5.x disk format
ReiserFS version 3.6.25
VFS: Mounted root (reiserfs filesystem) readonly.
Then yuo have old format.
If you do not see "reiserfs: using 3.5.x disk format" part,
you are using 3.6 format.
Bye,
Oleg