view the rest of the comments
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
SMR ? What is that
SMR is a relatively new disk format technology that makes drives cheaper but writes slower, which can be noticeably bad in a NAS, especially if you are using a write-intensive RAID type. Most disk manufacturers will have drives meant for NAS like WD Red or Seagate Ironwolf, and they are almost all CMR and not SMR.
i have had SMR drives slow to about 2MB/s with sustained sequential writes. "noticeably bad" really undersells how terrible they are.
WD reds I believe are smr, wd red pros are cmr, or at least that was a thing for a while that WD did silently.
Indeed, it’s worth explicitly checking every drive you buy if you are using it in a NAS.
Important note; some WD Reds are still SMR. You have to check which specific type.
Shingled Magnetic Recording
Basically the write head writes over part of the magnetic track below the current track, reducing the physical size of each data and increasing how much data can be stored on one side of a disk.They’re bad for random writes because the drive would need to rewrite data in the track below it as well.