What are you doing with that much space?
Comment on Selfhosting Sunday! What's up?
AtariDump@lemmy.world 1 week ago
Trying to figure out how to drop my energy requirements and still keep ~100TB running.
Right now it’s 12x 10TB drives in a RAID 6 with ~8TB still available; it might be time to bite the bullet and upgrade to 20TB drives. Problem is, if my calculations are correct, I’d still need 7 drives - 5 X 20TB=100TB and then two more drives for “parity”.
The server I have lined up already has a PERC in it.
tofu@lemmy.nocturnal.garden 1 week ago
AtariDump@lemmy.world 1 week ago
Storing Linux ISOs, like everyone else.
Jason2357@lemmy.ca 1 week ago
Do you actually need 100TB instantly available? Could a portion of that be cold storage that can be booted quickly from a WOL packet from the always-on machine when needed? With some tweaking, you could probably set up an alpine-based NAS to boot in <10 seconds, especially if you picked something that supported coreboot and could avoid that long bios post time.
AtariDump@lemmy.world 1 week ago
Don’t need the 100TB instantly. Most of the Linux ISOs are more for archival reasons.
Talk to me more about this NAS with WOL. :-)
Jason2357@lemmy.ca 1 week ago
Most motherboards support wake packets sent over Ethernet. They only work on your lan, but they will start a machine or wake it from sleep. Sending a packet from another machine is fairly simple, it’s old tech. I’ve seen simple web servers that have a “send wake” button, but you could probably trigger it from a variety of things
AtariDump@lemmy.world 1 week ago
The WoL part I’ve got.
It’s the NAS with ~10 second boot time that can house enough drives for 80TB of data that I’m more interested in.