Earlier quoted context omitted.
> But then people buy Intel "NUCs" where the power adapter is larger than the computer box... You say that like it’s a mystery why people by then but NUCs are fantastic little PCs. The power adapter is just hidden under the desk whereas the NUC is sat on the desk (or behind the monitor/TV). It’s the same as with Mac Minis and Apple TV. And other devices of that ilk.
Both the Mac Mini and the Apple TV use internal power supplies.
Synology reverses policy banning third-party HDDs
591–600 of 679 posts
Re: Synology reverses policy banning third-party HDDs
#592Re: Synology reverses policy banning third-party HDDs
#593Earlier quoted context omitted.
Same - replaced my smaller Synology with a UGREEN, put TrueNAS on it first thing, runs great. The HDD thing was only the final nail in the coffin, but before that, there were plenty of ridiculous "upgrades" that made products worse than in the previous generation. Literally removing features, or continuing to use the same outdated hardware. That's what companies do that don't think they have competition.
ASUSTOR's latest gen hardware is ridiculous. Ryzen processors, upgradeable ECC RAM, 4xHDD + 4xNVMe, 10GbE plus a PCIe slot... You need to add an external GPU for TrueNAS installation, but they have an official video for that. On top of that, they connected the flash which stores the original firmware to its own USB port, and you can disable it. Preventing both interference and protecting the firmware from accidental…
Installed unraid on it and it's been working great. So long, Synology.
Re: Synology reverses policy banning third-party HDDs
#594Earlier quoted context omitted.
Nah, not really. They already have a compatibility page of known-good drives and they recommend people stick to it. They could also have an incompatibility list showing known-bad drives, and alerting if you install one of them. If I put junk tires on my Toyota, I don’t blame Toyota. But if Toyota used that as an excuse to make it impossible to use third party tires, I guarantee you my next car purchase wouldn’t have…
Your Toyota analogy doesn't hold up. If a customer puts SMR into their NAS, they are absolutely going to call Synology and complain. And they are going to have to re-explain this over and over because most people don't understand nascent HDD writing modes the way they do a vehicle tire. Even then, and appropriate analogy would be a tire that is cheap and new but refuses to spin above 25mph vehicle speed.
That's all they had to do.
Re: Synology reverses policy banning third-party HDDs
#595Earlier quoted context omitted.
What is interesting here is that Synology leadership is quite technical and there was no acquisition or other big event that I am aware of that resulted in this strategy. It was a complete own goal and as predictable as could be. Synology apparently wasn't aware of what their brand values were as perceived by their loyal customers and that's the kind of move you make at your peril. I'll be surprised if they survive t…
> What is interesting here is that Synology leadership is quite technical They probably used bad data to make the decision. They probably thought they had accurate and high quality information that led them to believe nobody cared about this. My guess is they had some metric like "Only 0.0001% of customers use custom drives" or similar. They did the cost-benefit analysis of losing all those customers and a little bit…
Re: Synology reverses policy banning third-party HDDs
#596If you're looking for a really good alternative: Supermicro makes large chassis that will hold a fair number of drives (I have one that will take drives). They're usually sold cheap on ebay and other such sites when they're written off. If you're willing to replace a couple of fans and do your own software installation they're unbeatable for value-for-money, and they last just about forever. I've still got two Synolo…
I’m looking at a NAS build myself and am leaning toward a consumer mobo and an older Intel, like maybe a 9th gen i5. 6 SATA ports is pretty standard, and three mirrored 20 TB pairs is a lot of storage for most folks. Boot drive could be a small NVME.
Re: Synology reverses policy banning third-party HDDs
#597Earlier quoted context omitted.
Do you think more employee ownership and control, a "seat at the table," would've prevented technically competent leadership from testing customer hostile business decisions? > Regarding employee morale: It was very depressing for me during this period to open Hacker News and see threads complaining about my employer. I can confirm that it spurred a job search for me. Indeed. I believe that if you're a shareholder em…
> " Do you think more employee ownership and control, a "seat at the table," would've prevented technically competent leadership from testing customer hostile business decisions? " Employee control doesn't reduce investor pressure for increased profitability. Employee ownership just means that the employees are now the ones exerting the investor pressure and if anyone thinks employees will be willing to take less tot…
1) The shares can be non-voting shares. LOL.
2) Only a relatively small portion of the overall "pie" has to go to employees for them to be able to say they're "employee owned". There can still be non-employee owners involved to a large degree.
3) That slice of the pie will tend to be weighted so heavily toward those near the top of the org chart that in practice it may be more like "upper-management owned" anyway.
I think the main reasons companies in the US choose it are:
1) Propaganda. "You're an owner!" It's a way to trick unwise employees into working harder for (effectively) nothing extra, and even into exhorting others to do the same.
2) Probably some kind of tax-avoidance reasons.
3) As a vehicle for a kind of stock-compensation system without having to take the company public or do occasional odd maneuvers with investors for that stock to be de facto liquid for employees.
IME there's zero percent more meaningful "ownership" involved than, say, Google folks who receive stock as part of their comp (and nobody calls Google "employee owned"). It's a misleading name for the structure.
Re: Synology reverses policy banning third-party HDDs
#598Earlier quoted context omitted.
I don’t know if their brand is that great. I have been using synology NAS for about 15 years. It is very solid and easy to use, but the hardware is expensive, non customizable, the underlying OS is based on an ancient linux kernel. I have now run into the volume size limits (200TB) and disk sizes keep increasing exponentially. And they don’t support enterprise SSDs (SAS/U.2). So in my mind I was already thinking of m…
Yeah, just put together a TrueNAS system. Mine has been running for 10 years. Drive replacements and upgrades are so easy with ZFS.
Re: Synology reverses policy banning third-party HDDs
#599Earlier quoted context omitted.
If you use a couple of magnetic disks, the pi is fast enough. The disks will be the bottleneck. There are sata cards that allow up to four magnetic disks, and where you power that card which in turn powers the pi. It's very doable. It's of course more work to set up than synology, and if you want a neat box, you have to figure that out yourself
You'd be surprised. A single spinning rust drive can hit 200MBps for sequential access, so that's plenty to saturate its 1Gbps NIC. However, in my experience with a Pi 4, the issue is encryption. The CPU simply isn't fast enough for 1Gbps of AES! Want to use HTTPS or SSH? You're capped at ~50Mbps by default, and can get it up to a few hundred Mbps by forcing the use of chacha20-poly1305. Want to add full-disk encrypt…
1293685061 bytes (1.3 GB, 1.2 GiB) copied, 5.14336 s, 252 MB/s
which is good enough for me on magnetic disks
It apparently hit 387MBps for a few hours while running the montly raid scrub. I run luks on top of mdraid though so the raid scrub doesn't have to decrypt anything.
scp to write to the encrypted disk seems to get me something in the 60 - 100MB/s range.