On 10-Jul-2001 Jose M. Sanchez wrote:
> As everyone will tell you not a good idea...
> 
> BUT why not set up your partitions as Reiser?
> 
> You'll only need a small /boot partition to be ext2 for startup.
> 
> Reiser doesn't get fsck'd AFAIK (or doesn't need it if your system is
> stable...)
> 
Reiser is Journaling file system. This means is logs everything it does
(removing files, creating,...) If the system crashed Reiser looks at this logs
and then it knows what was not finished (what it is inconsistent on this fs)
and it can fix it. So it has no need to check the filesystem because it already
knows what's wrong
ext2 doesn't have these logs so it needs to check the whole filesystem to check
if it is inconsistent...
----------------------------------
E-Mail: Gregor Maier <[EMAIL PROTECTED]>
Date: 11-Jul-2001
Time: 09:29:47
----------------------------------

Reply via email to