←back to thread

The Synology End Game

(lowendbox.com)
452 points amacbride | 1 comments | | HN request time: 0.232s | source
Show context
exmadscientist ◴[] No.45062103[source]
A big part of the appeal of Synology was that you could just forget about it. I have a little one in the corner that's just been sitting there serving files out over SMB for years now. It doesn't need to do anything more and I don't need to think about it.

A lot of the alternatives being proposed are not so easy to maintain. A full general purpose OS install doesn't really take care of itself. And I don't have (and don't want) a 19-inch rack at home. Ever.

So what's the set-up-and-forget-until-it-gets-kicked-over option?

replies(13): >>45062180 #>>45062219 #>>45062300 #>>45062590 #>>45062803 #>>45062819 #>>45063449 #>>45066493 #>>45067267 #>>45067468 #>>45067497 #>>45067832 #>>45068735 #
1. numpad0 ◴[] No.45062803[source]
`ssh://pi@raspberrypi.local:raspberry` with "while true; do ls /dev/ | grep ^sd | xargs mount; done" in rc.local, running outdated 10 years old Linux Kernel booting from ROM with write enable pin tied to ground, is all that's needed. There's probably sshfs for everything so protocol support for dozen things isn't a must.

I mean, I have one for handling an HDD with busted power circuit that cause system resets at regular intervals(likely brush sparks from a power steering motor went back up through USB and killed it). It's almost wrong that there isn't a pre-made solution for this.