Does anyone know if booting off a USB stick instead of SD card will prevent my RPi 4 from crashing every ~1-3 days?
Raspberry Pi OS now has SATA support built-in
21–30 of 33 posts
Re: Raspberry Pi OS now has SATA support built-in
#22Earlier quoted context omitted.
Many applications won't allow the RAID to be set up over USB devices (e.g. Open Media Vault, IIRC), because software RAID over USB is prone to flakiness.
? pretty sure Open Media Vault on Raspberry Pi could setup a RAID with 2 USB hard drives, have been using it for almost 3 years.
Re: Raspberry Pi OS now has SATA support built-in
#23The one thing that kept me away from the raspberry pi was that the sd card tends to fail after some time (hours to weeks). Now I just wait until the board gets built with a single sata slot.
Re: Raspberry Pi OS now has SATA support built-in
#24Does anyone know if booting off a USB stick instead of SD card will prevent my RPi 4 from crashing every ~1-3 days?
Re: Raspberry Pi OS now has SATA support built-in
#25Raspberry Pi OS == Linux
Re: Raspberry Pi OS now has SATA support built-in
#26Earlier quoted context omitted.
? pretty sure Open Media Vault on Raspberry Pi could setup a RAID with 2 USB hard drives, have been using it for almost 3 years.
USB Attached SCSI is the answer: https://en.wikipedia.org/wiki/USB_Attached_SCSI
I assumed UASP is standard now, Every USB 3.0 or > storage devices, enclosures I've bought over past 5 years have supported it but it seems some Linux distros are still having trouble.
Searching for uas under ArchLinux ARM on Raspberry Pi 3 which is booted using a SSD drive with UASP enclosure returned nothing.
Re: Raspberry Pi OS now has SATA support built-in
#27The one thing that kept me away from the raspberry pi was that the sd card tends to fail after some time (hours to weeks). Now I just wait until the board gets built with a single sata slot.
One RPi has been running my Home Assistant for 3 years 24/7, with a very noisy ZWave network that has debug logging on.
I had one where I _thought_ there was something weird going on with the SD card, but it turned out to be a crappy USB cable that lead to excessive voltage drop under load. Swapped the cable and it's been running my PiHole for over 2 years now on a standard Armbian+Docker install, zero issues.
Maybe I've just been lucky?
Re: Raspberry Pi OS now has SATA support built-in
#28The one thing that kept me away from the raspberry pi was that the sd card tends to fail after some time (hours to weeks). Now I just wait until the board gets built with a single sata slot.
I've used various RPi's (and clones) for years now, and I've never had a SD card fail. One RPi has been running my Home Assistant for 3 years 24/7, with a very noisy ZWave network that has debug logging on. I had one where I _thought_ there was something weird going on with the SD card, but it turned out to be a crappy USB cable that lead to excessive voltage drop under load. Swapped the cable and it's been running m…
Re: Raspberry Pi OS now has SATA support built-in
#29Raspberry Pi OS == Linux
Re: Raspberry Pi OS now has SATA support built-in
#30The one thing that kept me away from the raspberry pi was that the sd card tends to fail after some time (hours to weeks). Now I just wait until the board gets built with a single sata slot.
Depending on the use case, RAM disks are also pretty easy to set up for any temporary/volatile storage used by shell scripts and the like.