Date: Mon, 5 Dec 2011 18:38:08 +0100 From: Mark Martinec <Mark.Martinec+freebsd@ijs.si> To: freebsd-current@freebsd.org Subject: Re: bsdinstall guided partitioning should 4k-align swap and ufs partitions Message-ID: <201112051838.08327.Mark.Martinec%2Bfreebsd@ijs.si> In-Reply-To: <4EDD001D.1030702@freebsd.org> References: <57041.1323103673@critter.freebsd.dk> <4EDD001D.1030702@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Nathan wrote: > The installer will align all partitions to the GEOM stripesize/offset. > We could make it do min(4KB, stripesize), but in general I think this is > better done at the GEOM level. I doubt any SSD device on the market will want to admit its internal structure, they all claim 512 sectors AFAICT. Seems to me the min(4KB,stripesize) would be a safe bet. Mark
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112051838.08327.Mark.Martinec%2Bfreebsd>