I am not familiar with the kirkwoods that you mentioned.

Just to be clear, the USB drive I was describing is rotating media in an external enclosure, not a memory stick. Generally self powered, as powering a portable hard drive from USB with a RPi is asking for trouble.

I have stopped buying flash memory devices from eBay and other vendors that are not well known with a reputation to protect - far to many counterfeits with less storage than the packaging claims on the market, and if you are unfortunate enough to try using them with the FAT or eFAT filesystem they are supplied with, data will eventually wrap around and destroy itself, probably after sufficient time that the seller (who may well be ignorant of why  his/her stock was so cheap) is no longer around to complain to. A minor annoyance for me, but must be a lot of unhappy people losing irreplaceable photographs.. Fortunately for me, attempting for reformat with a Linux filesystem tends to fail on such devices, so I find out straight away and get to send them back and be refunded . I had to write a dedicated test program to demonstrate the subterfuge on the original filesystem - to prove that the reformatting was revealing an issue, not the source of it (as was often claimed).

I also don't buy cheap USB stick.

I like these
https://www.kanguru.com/storage-accessories/kanguru-ss3.shtml
because they have a real hardware write protect capability. Indispensable if you are going to be inserting them into other people's machines, but surprisingly uncommon.
At over $200.00  for 256GB, they are are a bit upmarket, but I havn't had any problem with them yet.

Anyway, so long as you are aware of the risks and limitations, flash memory devices are a useful technology, but not a complete replacement for rotating magnetic storage.

On 4 February 2018 at 21:46, hiro <23hiro@gmail.com> wrote:
Hey, thanks for explaining. this usage is surprisingly valid. I have
some much much older kirkwoods for the same scenario. The benefit is:
gigabit ethernet, higher stability, case included, power supply
included (and no power problems as on rpi), lower price.
I boot them all from USB HDDs, but I see how flash would save more
power. Carry on! :)

The main disagreement in this thread is calling all kinds of different
flash storage "SSD". common usage reserves this name for the sata or
more recent nvme disks that actually are much more stable, in my
understanding due to better controllers and their better wear leveling
algorithms.

With sd cards and usb flash drives you are lucky if your 128GB stick
is not really 1GB flash with %1GB "wear leveling algorithm" where
after 1GB you rewrite your already saved data :D

It's a low-end market with shitty margins, low quality controllers,
and in general too many counterfeits, even from good shops and big
retailers. so you can't even depend on the company/brand/product name.

Privately I never had surprising problems with HDDs, I don't manage to
fill enough to notice the small risk in practice.

All my old HDDs still work. They are only unused cause they got too
small to be worth spinning any more (waste of power).

I project my SSDs will not fail before i get 10/40gbit connection to
my NAS. Till then my write wear will be limited by my low bandwidth
and high latency practical use cases.

On 2/4/18, Digby R.S. Tarvin <digbyt42@gmail.com> wrote:
> static web pages, remote login (so that I can power/depower other hardware)
> and file remote file distribution (via scp) mostly.
>
> The main requirement is very low standby power consumption so that it can
> survive on batteries which are recharged using solar panels.
>
> Power consumption was the main reason for switching from laptops (~12W) to
> Reaspberry Pis (1.2W)..
>
> The other advantage to the raspberry pi is that it is a cheap commodity
> item - if I have one misbehave, I can just swap it out and throw it away.
> However, other than failing SSD's, the raspberry Pis have proved very
> reliable.
>
> On 4 February 2018 at 09:52, hiro <23hiro@gmail.com> wrote:
>
>> > raspberry pi based servers
>>
>> what are you serving?
>>
>>
>