http://everything2.com/title/Filesystem+performance+tweaking+with+XFS+on+Linux

Basically when creating the xfs use :

mkfs.xfs -l size=64m

and when mounting use:

mount -t xfs -o noatime,nodiratime,logbufs=8 <device> <mountPoint>

in fstab:

<device>           <mountPoint>            xfs
auto,noatime,nodiratime,logbufs=8 0 0

On Wed, May 25, 2011 at 5:49 AM, Marcos Lorenzo de Santiago
<mlore...@andago.com> wrote:
> Hi everyone,
>
> First of all thank you for your advice, I think I'll give XFS a try.
>
> Has anyone tuned XFS with its several mount options?
>
>
> --
>
> Marcos Lorenzo de Santiago
> System administrator
> marcos.lore...@andago.com
>
> ÁNDAGO INGENIERÍA
> Tlf: +34 916 011 373          Álcalde Ángel Arroyo, 10, 1º
> Mvl: +34 637 741 034          28904, Getafe, Madrid (Spain)
> Fax: +34 916 011 372               www.andago.com
>
> -----------------------------------------------------------------------
> "Of course, in Perl culture, almost nothing is prohibited. My
> feeling is that the rest of the world already has plenty of
> perfectly good prohibitions, so why invent more?"
>  -- Larry Wall (Open Sources, 1999 O'Reilly and Associates)
> -----------------------------------------------------------------------
> ------------------------------------------------------------------------------
> vRanger cuts backup time in half-while increasing security.
> With the market-leading solution for virtual backup and recovery,
> you get blazing-fast, flexible, and affordable data protection.
> Download your free trial now.
> http://p.sf.net/sfu/quest-d2dcopy1
> _______________________________________________
> BackupPC-users mailing list
> BackupPC-users@lists.sourceforge.net
> List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:    http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>
>

------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to