From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 400F21582EF for ; Tue, 18 Feb 2025 04:44:23 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2B5AB3431C2 for ; Tue, 18 Feb 2025 04:44:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 76C4E11047D; Tue, 18 Feb 2025 04:43:12 +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 (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 52D7F1102E0 for ; Tue, 18 Feb 2025 04:43:11 +0000 (UTC) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1tkFRt-0008LD-7K for gentoo-user@lists.gentoo.org; Tue, 18 Feb 2025 05:43:09 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Grant Edwards Subject: [gentoo-user] Re: problem formatting new 256 GB USB stick : f3 Date: Tue, 18 Feb 2025 04:43:02 -0000 (UTC) Message-ID: References: <115993398.nniJfEyVGO@rogueboard> User-Agent: slrn/1.0.3 (Linux) 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 X-Archives-Salt: b192dd17-d3e4-4306-bfc2-22856a03d25a X-Archives-Hash: c7a76e8369f8db0dc6c28080c0bc13b6 On 2025-02-18, Philip Webb wrote: > So both sticks are genuine, as I would expect from that store. > > I plan to try 'gparted' next, instead of 'fdisk' > & will send the results when I get them. Have you tried just doing mkfs.ext4 [options] /dev/sdb? You only want one filesystem, right? Why bother with a partition table if you don't want to partition the device? -- Grant