From: Frank Steinmetzger <Warp_7@gmx.de>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] problem formatting new 256 GB USB stick
Date: Tue, 18 Feb 2025 00:06:42 +0100 [thread overview]
Message-ID: <Z7PBAlMjZ2zhDwW2@q> (raw)
In-Reply-To: <3354C2E2-6DC9-48B9-A764-5D22057936A6@stellar.eclipse.co.uk>
[-- Attachment #1: Type: text/plain, Size: 2148 bytes --]
Am Mon, Feb 17, 2025 at 04:38:22PM +0000 schrieb Stroller:
>
>
> > On 15 Feb 2025, at 07:41, Philip Webb <purslow@ca.inter.net> wrote:
> > ...
> > Has anyone else encountered this ? Does anyone have suggestions ?
>
> Create multiple large files on your desktop PC. You could use movie files if you have a small number of large enough files handy. I would prefer 5 files of about 45GB, and I would create them using `for i in {1..5} ; do dd if=/dev/random of=random$i ; done` and a file size specifier to dd.
>
> md5sum the files, copy them to the drive and md5sum the copies. Do the md5sums match up?
Methinks it should be enough to create one file of, say, 1 GB and copy that
over with a new name each time until the drive is full. All files should
return the same md5. This will also save you from writing dozens of GB to
your main storage because you need its md5 beforehand (unless you have a
big enough ramdisk).
NUM=1
while cp -v /path/to/source /path/to/stick/file$NUM; do NUM=$((NUM + 1))
When the drive is full, cp fails and the loop should end.
Or use a flash test program as was mentioned in a recent other post. Either
way, going from the discussion so far, I would not trust those sticks until
fully written to and read back. There are basically three tiers of Flash
memory quality: the best goes into SSDs, the second-best goes into Memory
cards or emmc (IIRC) and the “garbage” goes into USB sticks.
The computer store might be OK, but they have no control over what they get
sent. There was a recrent scandal here in Germany about allegedly new
Seagate HDDs being actually used drives from Chia farms whose SMART values
have been reset. This only came to light because Seagate uses another set of
internal diagnostic data that was not reset and showed several thousand
hours of power-on-time. Several big retailers were affected because the
problem was with the distributor.
--
Grüße | Greetings | Salut | Qapla’
Please do not share anything from, with or about me on any social network.
There are those and those. But there are more of those than those.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2025-02-17 23:13 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-15 7:41 [gentoo-user] problem formatting new 256 GB USB stick Philip Webb
2025-02-15 11:50 ` [gentoo-user] " Nuno Silva
2025-02-15 13:31 ` Michael
2025-02-16 2:37 ` Philip Webb
2025-02-16 9:08 ` Nuno Silva
2025-02-16 13:41 ` Michael
2025-02-16 14:48 ` Wols Lists
2025-02-17 23:12 ` Frank Steinmetzger
2025-02-18 11:53 ` Michael
2025-02-19 12:10 ` Frank Steinmetzger
2025-02-20 9:58 ` Michael
2025-02-16 22:57 ` [gentoo-user] problem formatting new 256 GB USB stick : more info Philip Webb
2025-02-17 0:17 ` [gentoo-user] " Nuno Silva
2025-02-17 0:39 ` [gentoo-user] " Michael
2025-02-17 3:43 ` Philip Webb
2025-02-17 9:18 ` Philip Webb
2025-02-17 12:02 ` Michael
2025-02-17 16:33 ` Stroller
2025-02-17 16:19 ` Wols Lists
2025-02-17 17:16 ` [gentoo-user] " Grant Edwards
2025-02-17 18:12 ` Michael
2025-02-18 3:46 ` [gentoo-user] Re: problem formatting new 256 GB USB stick : f3 Philip Webb
2025-02-18 4:43 ` Grant Edwards
2025-02-18 5:53 ` Philip Webb
2025-02-18 9:13 ` Frank Steinmetzger
2025-02-18 19:10 ` [gentoo-user] Re: problem formatting new 256 GB USB stick : alternatives Philip Webb
2025-02-18 21:18 ` Grant Edwards
2025-02-18 23:25 ` Michael
2025-02-19 12:16 ` Frank Steinmetzger
2025-02-19 12:20 ` Frank Steinmetzger
2025-02-20 10:47 ` Michael
2025-02-18 14:40 ` [gentoo-user] Re: problem formatting new 256 GB USB stick : f3 Grant Edwards
2025-02-18 17:00 ` Grant Edwards
2025-02-18 11:57 ` Michael
2025-02-18 18:54 ` [gentoo-user] Re: problem formatting new 256 GB USB stick : glances at gparted Philip Webb
2025-02-18 23:13 ` Michael
2025-02-19 0:47 ` Grant Edwards
2025-02-19 1:12 ` [gentoo-user] alternatives to USB sticks for reliable archiving Philip Webb
2025-02-19 2:28 ` [gentoo-user] " Grant Edwards
2025-02-19 9:48 ` [gentoo-user] " Michael
2025-02-19 3:00 ` [gentoo-user] Re: problem formatting new 256 GB USB stick : glances at gparted eric
2025-02-20 18:18 ` Dale
2025-02-20 22:40 ` Frank Steinmetzger
2025-02-20 23:43 ` Grant Edwards
2025-02-21 8:10 ` Dale
2025-03-08 22:09 ` Frank Steinmetzger
2025-03-08 22:48 ` Dale
2025-03-09 10:31 ` Michael
2025-03-10 3:32 ` Dale
2025-03-10 13:01 ` Frank Steinmetzger
2025-02-17 16:38 ` [gentoo-user] problem formatting new 256 GB USB stick Stroller
2025-02-17 23:06 ` Frank Steinmetzger [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Z7PBAlMjZ2zhDwW2@q \
--to=warp_7@gmx.de \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox