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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 36C4215ACFB for ; Wed, 19 Apr 2023 19:39:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 603BAE0928; Wed, 19 Apr 2023 19:39:00 +0000 (UTC) Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08DE8E0918 for ; Wed, 19 Apr 2023 19:39:00 +0000 (UTC) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1ppDdq-0007kU-Hr for gentoo-user@lists.gentoo.org; Wed, 19 Apr 2023 21:38:58 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-user] Re: Finally got a SSD drive to put my OS on Date: Wed, 19 Apr 2023 22:38:53 +0300 Message-ID: References: <3a8a143d-38f0-b7ea-4aa1-10c0b3a2a1e0@gmail.com> <81fde7b8-cc55-fcae-79ea-4dd2a78eb8a0@gmail.com> <2703063.mvXUDI8C0e@wstn> <7ef36857-192e-6d2c-dc44-a2c4ba772205@gmail.com> <35474652-f973-75b2-b8e7-4d22915672ac@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-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Content-Language: en-US In-Reply-To: <35474652-f973-75b2-b8e7-4d22915672ac@gmail.com> X-Archives-Salt: 4a312524-8d22-4318-8753-d0295703022a X-Archives-Hash: 377a1d5e7435b190a3259fea7c4e1cd4 On 19/04/2023 22:26, Dale wrote: > So for future reference, let it format with the default?  I'm also > curious if when it creates the file system it will notice this and > adjust automatically. It might.  Maybe? AFAIK, SSDs will internally convert to 4096 in their firmware even if they report a physical sector size of 512 through SMART. Just a compatibility thing. So formatting with 4096 is fine and gets rid of the internal conversion. I believe Windows always uses 4096 by default and thus it's reasonable to assume that most SSDs are aware of that.