From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0D2D215ACFB for ; Wed, 19 Apr 2023 10:35:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 202DDE095A; Wed, 19 Apr 2023 10:34:57 +0000 (UTC) Received: from smarthost01a.sbp.mail.zen.net.uk (smarthost01a.sbp.mail.zen.net.uk [212.23.1.1]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4E30E08F9 for ; Wed, 19 Apr 2023 10:34:56 +0000 (UTC) Received: from [82.69.80.10] (helo=wstn.localnet) by smarthost01a.sbp.mail.zen.net.uk with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pp59L-0001dO-5e for gentoo-user@lists.gentoo.org; Wed, 19 Apr 2023 10:34:55 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Re: Finally got a SSD drive to put my OS on Date: Wed, 19 Apr 2023 11:34:54 +0100 Message-ID: <2703063.mvXUDI8C0e@wstn> In-Reply-To: References: <3a8a143d-38f0-b7ea-4aa1-10c0b3a2a1e0@gmail.com> <81fde7b8-cc55-fcae-79ea-4dd2a78eb8a0@gmail.com> 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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Originating-smarthost01a-IP: [82.69.80.10] Feedback-ID: 82.69.80.10 X-Archives-Salt: 0e37a3d8-30a2-4337-ab85-5f71ea956e06 X-Archives-Hash: c481e53d5760c4e7a07a6155396fdfc2 On Wednesday, 19 April 2023 09:00:33 BST Nikos Chantziaras wrote: > With my HDD: > > # smartctl -x /dev/sda | grep -i 'sector size' > Sector Sizes: 512 bytes logical, 4096 bytes physical Or, with an NVMe drive: # smartctl -x /dev/nvme1n1 | grep -A2 'Supported LBA Sizes' Supported LBA Sizes (NSID 0x1) Id Fmt Data Metadt Rel_Perf 0 + 512 0 0 :) -- Regards, Peter.