Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 35 |
Nodes: | 6 (0 / 6) |
Uptime: | 30:57:22 |
Calls: | 322 |
Calls today: | 1 |
Files: | 959 |
Messages: | 81,855 |
Posted today: | 3 |
It is worth mentioning the sys-block/f3 package (Fight Flash Fraud),
which is in Portage and can test a USB flash disk to discover if it is fake. Besides the slower f3write and f3read, the f3probe command
will only take a few minutes and confirm the available space.
On 2025-02-18, Philip Webb <purslow@ca.inter.net> wrote:
So both sticks are genuine, as I would expect from that store.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?
250218 Grant Edwards wrote:
On 2025-02-18, Philip Webb <purslow@ca.inter.net> wrote:
So both sticks are genuine, as I would expect from that store.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?
It had an M$ partition when I bought it. I replaced that with 4 partitions because using a 2/3.2 port took > 10 h to write a 256 GB filesystem & fail,
whereas it took only 2 h 45 m to write a 64 GB partition & fail.
FYI I bought 4 Kingston 128 GB sticks in 2023 & had no problem with them. At that time, the store didn't offer 256 GB sticks.
250217 Michael wrote:
It is worth mentioning the sys-block/f3 package (Fight Flash Fraud),
which is in Portage and can test a USB flash disk to discover if it is fake. Besides the slower f3write and f3read, the f3probe command
will only take a few minutes and confirm the available space.
Thanks ! -- 'f3write' + 'f3read' refused, as they expect a directory ;
'f3probe' need it to be compiled with 'USE="extra"', but does work :
root:705 ~> f3probe /dev/sdb
F3 probe 8.0
Copyright (C) 2010 Digirati Internet LTDA.
This is free software; see the source for copying conditions.
WARNING: Probing normally takes from a few seconds to 15 minutes, but
it can take longer. Please be patient.
Probe finished, recovering blocks... Done
Good news: The device `/dev/sdb' is the real thing
Device geometry:
*Usable* size: 231.05 GB (484540416 blocks)
Announced size: 231.05 GB (484540416 blocks)
Module: 256.00 GB (2^38 Bytes)
Approximate cache size: 0.00 Byte (0 blocks), need-reset=no
Physical block size: 512.00 Byte (2^9 Bytes)
Probe time: 5'29"
root:706 ~> f3probe /dev/sdb
F3 probe 8.0
Copyright (C) 2010 Digirati Internet LTDA.
This is free software; see the source for copying conditions.
WARNING: Probing normally takes from a few seconds to 15 minutes, but
it can take longer. Please be patient.
Probe finished, recovering blocks... Done
Good news: The device `/dev/sdb' is the real thing
Device geometry:
*Usable* size: 231.05 GB (484540416 blocks)
Announced size: 231.05 GB (484540416 blocks)
Module: 256.00 GB (2^38 Bytes)
Approximate cache size: 0.00 Byte (0 blocks), need-reset=no
Physical block size: 512.00 Byte (2^9 Bytes)
Probe time: 18'47"
-- end of output --
That's both sticks : NB the 2nd took 3 times as long.
So both sticks are genuine, as I would expect from that store.