Ask HN: Always on low power home server
1–10 of 139 posts
Re: Ask HN: Always on low power home server
#2Re: Ask HN: Always on low power home server
#3Either eMMC or M.2 or SSD should be fine.
Re: Ask HN: Always on low power home server
#4https://www.raspberrypi.org/documentation/hardware/raspberry...
Re: Ask HN: Always on low power home server
#5Re: Ask HN: Always on low power home server
#6Re: Ask HN: Always on low power home server
#7- You can choose an high endurance MicroSD card to maximize its life.
- You can delegate big file storage to something external (a HDD or SSD w/USB 3.0 connection). If you want something small, SanDisk Extreme Pro USB stick is a real SSD with USB-SATA bridge inside and 400MB/sec throughput.
- Armbian writes logs and swap to RAM in a compressed manner and will only commit logs back to disk during restart/shutdown. You can modify Raspbian to do the same I think. Armbian is not present for Raspberry Pi, my bad, sorry.
I'm using Armbian on a OrangePi Zero to run dnsmasq, qbittorrent (humble bundle downloads and ISOs), syncthing and other couple of services. I've delegated storage to an external USB 256GB drive and it's doing fine for now.
It's not as powerful to run Kodi and other multimedia stuff, but it's a plug and forget matchstick box which makes my life way easier.
Re: Ask HN: Always on low power home server
#8Re: Ask HN: Always on low power home server
#9Re: Ask HN: Always on low power home server
#10I'd again recommend a Raspberry Pi (ideally 4 with 4GB+ RAM), but with some modifications. - You can choose an high endurance MicroSD card to maximize its life. - You can delegate big file storage to something external (a HDD or SSD w/USB 3.0 connection). If you want something small, SanDisk Extreme Pro USB stick is a real SSD with USB-SATA bridge inside and 400MB/sec throughput. - Armbian writes logs and swap to RAM…
You can also use whatever cheap card just for bootup, then immediately change root to a `/` mounted from an SSD.