BackupPC-users

Re: [BackupPC-users] XFS BackupPC optimal mount options

2011-05-25 09:59:33
Subject: Re: [BackupPC-users] XFS BackupPC optimal mount options
From: Sabuj Pattanayek <sabujp AT gmail DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Wed, 25 May 2011 08:58:09 -0500
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
<mlorenzo AT andago DOT 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.lorenzo AT andago DOT 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 AT lists.sourceforge DOT 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 AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>