View Single Post

   
  #8 (permalink)  
Old 01-16-2008, 06:49 PM
Dan Koren
 
Posts: n/a
Default Re: How do I fsck the root partition (/)



"Florian Anwander" <Spam-interessiert-nicht@mnet-online.de> wrote in message
news:35v0lvF4povemU1@individual.net...
> Hi Dan
>
> >>>If the root file system is VxFS
> >>>it does not need to be fsck'ed.
> >>????
> >>
> >>Please explain why.

> > [...]
> > VxFS is a transactional file system
> > that never goes inconsistent, so it
> > does not need a consistency check,
> > except in case of media failure.
> > [...]

>
> Ok so far the sales men talk...



I am a super-heavy duty kernel developer
with half a dozen file systems under my
belt. You really don't know who you are
talking to. I was one of the developers
of VxFS, and I managed two of the top
file system development teams in the
industry (Veritas and SGI).


> Sorry, I worked four and a half year in
> the backlevel support for HP Germany. I
> cannot count how often I had to recommend
> a "/sbin/fs/vxfs/fsck -o full -y " to my
> customers;



You worked in support and you don't know
how to fsck a root file system ?!?!?!?!?

"/sbin/fs/vxfs/fsck -o full -y does a very
different kind of work than ufs or ffs fsck.

Not to mention that it is not obvious to
me that the advice you provided to your
customers was relevant.


> and additionally I could not explain, why
> there are a lot of VxFS patches, if VxFS
> is that perfect.



File systems are tightly coupled with
the kernel, and they need to be kept
up to date every time the kernel is
patched. If you subtract the number
of kernel patches from the number of
VxFS patches, you will be left with a
much lower number.

VxFS is not perfect, nor are any other
journaling file systems perfect. That
does not mean that their transaction
mechanisms don't work.


> Sorry, Dan, but VxFS is a filesystem as
> any other,



VxFS is a file system *UNLIKE* any other
file system currently available in the
market place. No other file system that
I am familiar with comes even in design
quality (and I know a lot of file systems).


> with that many bugs as any other
> filesystem too...



Can you provide hard numbers to back up
your statement?



dk


Reply With Quote