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 8AB0115ACFB for ; Thu, 20 Apr 2023 09:47:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8DFF5E095E; Thu, 20 Apr 2023 09:46:55 +0000 (UTC) Received: from smarthost01c.ixn.mail.zen.net.uk (smarthost01c.ixn.mail.zen.net.uk [212.23.1.22]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47126E094A for ; Thu, 20 Apr 2023 09:46:55 +0000 (UTC) Received: from [82.69.80.10] (helo=wstn.localnet) by smarthost01c.ixn.mail.zen.net.uk with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ppQsO-0001GO-Il for gentoo-user@lists.gentoo.org; Thu, 20 Apr 2023 09:46:52 +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: Thu, 20 Apr 2023 10:46:52 +0100 Message-ID: <2674641.mvXUDI8C0e@wstn> In-Reply-To: <7ef36857-192e-6d2c-dc44-a2c4ba772205@gmail.com> References: <3a8a143d-38f0-b7ea-4aa1-10c0b3a2a1e0@gmail.com> <2703063.mvXUDI8C0e@wstn> <7ef36857-192e-6d2c-dc44-a2c4ba772205@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-smarthost01c-IP: [82.69.80.10] Feedback-ID: 82.69.80.10 X-Archives-Salt: 183bac16-4954-46b2-98a7-cbfc042eebc4 X-Archives-Hash: 3f99958d46c41ed3ec6c2844d47ab317 On Wednesday, 19 April 2023 18:59:26 BST Dale wrote: > Peter Humphrey wrote: > > 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 > > > > :) > > When I run that command, sdd is my SDD drive, ironic I know. Anyway, it > doesn't show block sizes. It returns nothing. I did say it was for an NVMe drive, Dale. If your drive was one of those, the kernel would have named it /dev/nvme0n1 or similar. -- Regards, Peter.