Hello

On Wed, 2005-05-25 at 03:26, marco wrote:
> E.Gryaznova wrote:
> 
> > Hello.
> > reiserfsck can check reiserfs filesystem mounted read-only.
> 
> Running 'fsck.reiserfs --check -y </dev/part>' will do the trick.  The 
> equivalent for ext3 and other filesystems is
> 'fsck -n </dev/part>', the ext3 version detects that it is mounted rw, 
> and does a readonly check.
> 
> What I wonder is if we can get fsck.reiser[fs,4] to honour option 
> processing in a manner more consistant with
> the other fscks, so that adding reiserfs to a list of user choosable 
> filesystems is not going to cause a nightmare
> of an overhead of filesystem detection, command option re-mapping and 
> other related headaches.....
> 

The main problem why reiserfsck does not process similar to other fscks
is that reiserfs (as well as reiser4) moves data on filesystem
modifications so that even files which were not modified recently change
their locations. Online reiserXck should be probably implemented as
kernel thread. Or be able to block filesystem updates, or I do not know
what.
So, in short, reiserXck for r/w mounted filesystem can not be implemened
as plain user land tool,imho.
Also imho, currently the problem is that it is not very clear how to do
it.
We would be happy to hear any thoughts on it.

> >
> > Thanks,
> > Lena
> >
> > btinsley wrote:
> >
> >> Is there or was there a plan to support running reiserfsck on a
> >> mounted v3 filesystem (just a check, not a fix or rebuild)? I seem to
> >> remember this being mentioned here at some point in time, but I was
> >> unable to find it in the mailing list archive.
> >>
> >> Thanks!
> >>
> >>
> >>  
> >>
> >
> >
> >
> >
> >

Reply via email to