Hi,

> I'm about to run fsck on a 150GB partition.  Should I use the j or k
> version?
>
> - Josh

I hope that you do it not because of that Filesystem state ERROR?
Debugreiserfs is not a tool which you should use to check a fs. This is a tool
for developers to help debugging a fs. 

There is a field in SuperBlock which indicates whether device was properly 
umounted or not. We run fsck on non mounted devices and called these flags 
ERROR state and VALID state. As debugreiserfs helps in debugging it just 
shows what is in SuperBlock, in other words your fs is just not umounted.
in reiserfsprogs-3.x.0k it was changed to "(not) cleanly umounted".

Anyway to check a consistency of the partition you should run
reiserfsprogs-3.x.0k/fsck/reiserfsck --check -l logfile. 

I would like to have a look at this logfile and the output in the case of a 
problem. 

-- 

Thanks,
Vitaly Fertman

Reply via email to