Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Feb 2011 15:35:08 +0100
From:      Victor Balada Diaz <victor@bsdes.net>
To:        Edho P Arief <edhoprima@gmail.com>
Cc:        Kurt Jaeger <lists@c0mplx.org>, freebsd-stable@freebsd.org
Subject:   Re: 3TB disc and block alignment
Message-ID:  <20110221143508.GA26000@equilibrium.bsdes.net>
In-Reply-To: <AANLkTi=QMXvFtTyY9BUGg56VtTuac3G_0LnXaVboJQQz@mail.gmail.com>
References:  <20110217115653.GH34314@home.opsec.eu> <AANLkTi=QMXvFtTyY9BUGg56VtTuac3G_0LnXaVboJQQz@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 17, 2011 at 07:38:19PM +0700, Edho P Arief wrote:
> UFS:
> 
> >>>create GPT
> # gpart create -s gpt da0
> >>>create partition, with start position 4k-aligned
> # gpart add -t freebsd-ufs -b 1024 -l mydata da0
> >>>default newfs is good enough
> # newfs -U /dev/gpt/mydata
> 
> 
> corrections welcome.

Hello,

I guess that you would get better performance if you also add to newfs
-f 4096 -b 32768 but i don't have hard numbers to prove it.

Regards.

-- 
La prueba más fehaciente de que existe vida inteligente en otros
planetas, es que no han intentado contactar con nosotros. 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110221143508.GA26000>