From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SjdIE-0000yl-FG for garchives@archives.gentoo.org; Tue, 26 Jun 2012 21:27:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5675E0A61; Tue, 26 Jun 2012 21:27:06 +0000 (UTC) Received: from mail-qc0-f181.google.com (mail-qc0-f181.google.com [209.85.216.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 35F22E09F8 for ; Tue, 26 Jun 2012 21:25:27 +0000 (UTC) Received: by qcpx40 with SMTP id x40so232717qcp.12 for ; Tue, 26 Jun 2012 14:25:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=gI+GuxQ+m9/Kv5KRYXY6d+rgRTx37wx/Jh/YG1K2klM=; b=FHsdRySRFxDc8cAeymKVVm+IQBuQ4GauFWdnTei56ZgLNi/mj9rz5sBQu7KPX6F8eC RWbjoZtuhXUyFaWb3cj0BMZ/ODmoENmXOCIraZt92LnstlCoHWDl8zcca2B+URnFEvRk Fzv6o4agxC7EG1p8PQqBVh6A+Oeh+tzrUzwooIucoU8nxVZZ0VT6I93ek1Vb0rNox4bv xcsTSwFYayK+VsgVr3JTd7BRVI8nORIB4KJJBAONLzdVmaUqMXALBKM/gGkvjFEv51Cd muV6j/kGg62qHMx5WyqZakfu0UoFQjjNt4O4hc8EdmeXoKS+mO0Y7Lw+qraCCJqqXpzZ gnmw== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.224.214.72 with SMTP id gz8mr12986522qab.88.1340745926702; Tue, 26 Jun 2012 14:25:26 -0700 (PDT) Received: by 10.229.190.196 with HTTP; Tue, 26 Jun 2012 14:25:26 -0700 (PDT) In-Reply-To: References: Date: Tue, 26 Jun 2012 14:25:26 -0700 Message-ID: Subject: Re: [gentoo-user] Is wrong 4k sector alignment still an issue? From: Mark Knecht To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 9e725299-2913-4f99-b09a-332b56ce6134 X-Archives-Hash: 3cd8a6310aac2427c4ef01bacdc30ac0 On Tue, Jun 26, 2012 at 2:13 PM, Nikos Chantziaras wrote= : > I'm getting a 2TB drive which uses 4kB sectors instead of 512 byte ones. = =C2=A0I > suppose by now everything will "just work" and the various tools will now= by > default create correctly aligned partitions? > > I guess it depends on what tools you use to create partitions but I believe the stable version of fdisk does now align to 4k by default. Just make sure the starting address is divisible by 8 and you should be good to go no matter what tools you use. HTH, Mark