On 07 Sep 2003 13:14:57 -0700
Steve Cooper <[EMAIL PROTECTED]> wrote:

> On Thu, 2003-08-14 at 13:02, Sean Estabrooks wrote:
> 
> > C.  You may update your /etc/fstab so that it is 
> >     automatically remounted when you reboot.
> 
> You might want to check for the recommended reiserfs fstab mount
> options.  I added "noatime,notail" based on a README comment or
> something else I ran across.  I believe these options are strongly
> recommended for reiserfs, but I don't remember why.

Hey Steve,

  noatime  means that the access time is not updated each time
a file is referenced.   If you never have need for this information
you'll save a small update.   This is valid option for most (all?) 
filesystems; personally i don't disable atime except on laptops.

   notail  is a feature specific to reiserfs and stops small files
from being packed into the reiser tree structure.   You lose one
of the nice features of reiser if you do this, because small files
end up costing you more disk space.    The only reason i'm
aware that you would sacrifice this option is so that LILO and
boot loaders don't get confused, but this is only a problem on
the boot partition.

Cheers,
Sean


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to