I could do with re-instating a 24x7 server on a Pi instead of on a beefy server where it used to run, I keep worrying that because it uses mySQL
it'll probably do more writes than are healthy for an SD card.
Has anyone used the Western Digital Purple SD cards that are supposed to include wear levelling like a "proper" SSD?
I could do with re-instating a 24x7 server on a Pi instead of on a
beefy server where it used to run, I keep worrying that because it
uses mySQL it'll probably do more writes than are healthy for an SD
card.
Has anyone used the Western Digital Purple SD cards that are supposed
to include wear levelling like a "proper" SSD?
Andy Burns wrote:
Has anyone used the Western Digital Purple SD cards that are supposed to
include wear levelling like a "proper" SSD?
Use a USB attached SSD as your root (/) device. Just use the SD card for /boot
Just use the SD card for /boot
Use a USB attached SSD as your root (/) device. Just use the SD card for /boot
Chris Elvidge wrote:
Andy Burns wrote:
Has anyone used the Western Digital Purple SD cards that are supposed to >>> include wear levelling like a "proper" SSD?
Use a USB attached SSD as your root (/) device. Just use the SD card for /boot
Not sure the PoE can handle enough power for an external disc, sorry forgot to
mention that ...
Chris Elvidge wrote:
Andy Burns wrote:
Has anyone used the Western Digital Purple SD cards that areUse a USB attached SSD as your root (/) device. Just use the SD card
supposed to include wear levelling like a "proper" SSD?
for /boot
Not sure the PoE can handle enough power for an external disc, sorry
forgot to mention that ...
Jim Jackson wrote:
Andy Burns wrote:
Not sure the PoE can handle enough power for an external disc, sorry forgot to
mention that ...
What power can your PoE setup deliver.
2.4A @ 5V
I have a pi3 and a 3inch USB
connected harddrive powered by the old "standard" 5V 2A Pi power supply
and there's no problem. A small SSD should take less power.
mine's a 3B, I've got various drives and enclosures knocking about, if only I knew which county the spare PoE extractor was in ...
Andy Burns wrote:
Not sure the PoE can handle enough power for an external disc, sorry forgot to
mention that ...
What power can your PoE setup deliver.
I have a pi3 and a 3inch USB
connected harddrive powered by the old "standard" 5V 2A Pi power supply
and there's no problem. A small SSD should take less power.
Hello Andy!
Monday October 10 2022 13:24, you wrote to All:
I could do with re-instating a 24x7 server on a Pi instead of on a
beefy server where it used to run, I keep worrying that because it
uses mySQL it'll probably do more writes than are healthy for an SD
card.
Has anyone used the Western Digital Purple SD cards that are supposed
to include wear levelling like a "proper" SSD?
I would NOT recommend any SD card for any system that has a reasonable amount of write / reads - it it best to use a usb attached hard drive or a GOOD SSD such as Samsung 850, 950, 960 or later series devices as they use strong controllers that can handle garbage collection via fstrim without needed to be
idle.
Vincent Coen <nospam.Vincent.Coen@f1.n250.z2.fidonet.org> wrote:
Hello Andy!
Monday October 10 2022 13:24, you wrote to All:
I could do with re-instating a 24x7 server on a Pi instead of on a
beefy server where it used to run, I keep worrying that because it
uses mySQL it'll probably do more writes than are healthy for an SD
card.
Has anyone used the Western Digital Purple SD cards that are
supposed to include wear levelling like a "proper" SSD?
I haven't seen the WD Purple cards before, but I'd be concerned that
they're intended for streaming, ie large sequential writes. It's
possible they manage that with a large flash block size, and that
writing a database will cause a lot of write amplification.
That should show up by having a low random write speed. Here's some benchmarks of the card, but no random write test: https://www.reddit.com/r/raspberry_pi/comments/ex7dvo/quick_reminder_that_sd_cards_with_wearleveling/
On 10/10/2022 13:24, Andy Burns wrote:
I could do with re-instating a 24x7 server on a Pi instead of on a
beefy server where it used to run, I keep worrying that because it
uses mySQL it'll probably do more writes than are healthy for an SD card.
Has anyone used the Western Digital Purple SD cards that are supposed
to include wear levelling like a "proper" SSD?
Use a USB attached SSD as your root (/) device. Just use the SD card for /boot
On 2022-10-10, Andy Burns <usenet@andyburns.uk> wrote:
Chris Elvidge wrote:
Andy Burns wrote:
Has anyone used the Western Digital Purple SD cards that are supposed
to
include wear levelling like a "proper" SSD?
Use a USB attached SSD as your root (/) device. Just use the SD card for >>> /boot
Not sure the PoE can handle enough power for an external disc, sorry
forgot to
mention that ...
What power can your PoE setup deliver. I have a pi3 and a 3inch USB
connected harddrive powered by the old "standard" 5V 2A Pi power supply
and there's no problem. A small SSD should take less power.
"Jim Jackson" <jj@franjam.org.uk> wrote in message news:slrntk8efd.6rs.jj@iridium.wf32df...
On 2022-10-10, Andy Burns <usenet@andyburns.uk> wrote:
Chris Elvidge wrote:What power can your PoE setup deliver. I have a pi3 and a 3inch USB
Andy Burns wrote:
Has anyone used the Western Digital Purple SD cards that are
supposed to include wear levelling like a "proper" SSD?
Use a USB attached SSD as your root (/) device. Just use the SD card
for /boot
Not sure the PoE can handle enough power for an external disc, sorry
forgot to mention that ...
connected harddrive powered by the old "standard" 5V 2A Pi power supply
and there's no problem. A small SSD should take less power.
I found that a typical spinning USB HDD (2.5") made my Pi 3B+ run very
hot if the drive was powered from the Pi from the RasPi PSU that was providing with the 3B+. Sometimes the HDD did not even start spinning. Instead I powered the HDD from an external powered USB bus.
Sadly the same USB bus would not work when I upgraded to a Pi 4. There
seems to be something in the Pi 4 which causes booting to hang at a very early stage if the USB bus is powered before or at the same time as the
Pi (as would happen if the power came on after a power cut). (*) As soon
as power was removed from USB bus (or the bus was unplugged from the
Pi's USB) the Pi immediately began the boot process, and once it had
begin, I could replug the USB bus. I had to change to an an external
SATA drive in a powered caddy.
I found that a typical spinning USB HDD (2.5") made my Pi 3B+ run very hot
if the drive was powered from the Pi from the RasPi PSU that was providing >with the 3B+. Sometimes the HDD did not even start spinning. Instead I >powered the HDD from an external powered USB bus.
Sadly the same USB bus would not work when I upgraded to a Pi 4. There seems >to be something in the Pi 4 which causes booting to hang at a very early >stage if the USB bus is powered before or at the same time as the Pi (as >would happen if the power came on after a power cut). (*) As soon as power >was removed from USB bus (or the bus was unplugged from the Pi's USB) the Pi >immediately began the boot process, and once it had begin, I could replug
the USB bus. I had to change to an an external SATA drive in a powered
caddy.
To reduce power consumption (I think it's about 7 W, 24/7, for the powered >caddy+drive) I'm thinking about changing to a USB-powered SSD, powered from >the Pi.
(*) Asking on forums, I found that other people had experienced the same >thing with some USB hubs. One suggestion was that the Pi didn't like it if >the hub applied power on the USB lead to the Pi before the Pi's own power >came on, so I made up a special lead with the +5V line cut, but that made no >difference in my case.
On Tue, 11 Oct 2022 10:40:03 +0100, NY wrote:
Sadly the same USB bus would not work when I upgraded to a Pi 4. ThereHas a bug been raised for this problem?
seems to be something in the Pi 4 which causes booting to hang at a very
early stage if the USB bus is powered before or at the same time as the
Pi (as would happen if the power came on after a power cut). (*) As soon
as power was removed from USB bus (or the bus was unplugged from the
Pi's USB) the Pi immediately began the boot process, and once it had
begin, I could replug the USB bus. I had to change to an an external
SATA drive in a powered caddy.
Sysop: | Coz |
---|---|
Location: | Anoka, MN |
Users: | 2 |
Nodes: | 4 (0 / 4) |
Uptime: | 140:17:15 |
Calls: | 166 |
Files: | 5,389 |
Messages: | 223,236 |