Most RAID levels are for redundancy, not speed and software RAID doesn’t need drives of the same size.
- 0 Posts
- 60 Comments
if one drive dies it’s got a copy on another drive
Do you want JBOD or a RAID? Cause dealing with disk failure is a feature of RAID
InnerScientist@lemmy.worldto Selfhosted@lemmy.world•Questions regarding k8s ingressEnglish1·5 days agometallb sounds like what you need, basicall you give it a range in your subnet (excluded from dhcp/Router!) and it assigns those ips to your loadbalancer services, it broadcasts this IP over Arp or bgp which makes automatic failover work.
InnerScientist@lemmy.worldto Technology@lemmy.world•Scientists Discover That Feeding AI Models 10% 4Chan Trash Actually Makes Them Better BehavedEnglish4·7 days agoThe good within the bad
InnerScientist@lemmy.worldto Technology@lemmy.world•Why Decentralized Social Media MattersEnglish2·9 days agoSo, we’re right on track?
InnerScientist@lemmy.worldto Technology@lemmy.world•Why doesn't Nvidia have more competition?English2·17 days agoNo that comes afterwards
InnerScientist@lemmy.worldto Technology@lemmy.world•Why doesn't Nvidia have more competition?English2·17 days agoWhat do i do before I did that?
InnerScientist@lemmy.worldto Technology@lemmy.world•Gemini will now automatically summarize your emails unless you opt outEnglish81·17 days agoin the Gmail app on Android and iOS devices
At least it isn’t my turn yet
InnerScientist@lemmy.worldto Selfhosted@lemmy.world•Your help needed: PhD research on why people choose to self-hostEnglish7·19 days agoWhen making an application instead of coding for one platform you have to code for 5 and also convince Apple and Google to accept your app (Nextcloud is really feeling this one).
Meanwhile HTML + JavaScript works on most smart fridges.
InnerScientist@lemmy.worldto Technology@lemmy.world•Researchers discover new security vulnerability in Intel processorsEnglish12·1 month agoIntel Outside
InnerScientist@lemmy.worldto Selfhosted@lemmy.world•Organic Maps migrates to Forgejo due to GitHub account blocked by Microsoft.English1·3 months agoStep 1: Get write access to the project you dislike.
InnerScientist@lemmy.worldto Selfhosted@lemmy.world•Sanity check: am I crazy for wanting to wipe everything and do/learn from scratch?English0·3 months agoI recommend switching to NixOS only after you have a basic but broad understanding of Linux, many things in NixOS are more complicated than in “normal” Linux, which is needed to archive what it does, but is overwhelming for someone who doesn’t know the what and why and where that using Linux brings.
InnerScientist@lemmy.worldto Technology@lemmy.world•Microsoft tells Windows 10 users to just trade in their PC for a newer one, because how hard can it be?English10·3 months agoSell their houses to who, Ben? Fucking Aquaman?!
InnerScientist@lemmy.worldto Nix / NixOS@programming.dev•Configuring Tor : how to add a config file to tor's store path ?English1·3 months agoAs far as I can see you don’t define any way to start Tor in nix but that is how nix normally passes along the tor config.
ExecStart=/nix/store/<hash1>-tor-0.4.8.14/bin/tor -f /nix/store/<hash2>-torrc
ExecStart=${pkgs.tor}/bin/tor -f {localTorrcDefinition}
You could define a file in etc that is your torrc, then point your service manager to use that as the -f argument for Tor.
Another way would be to create a small derivation that copies the default tor derivation, overwrites the etc folder and then use that as your system Tor.
InnerScientist@lemmy.worldto Technology@lemmy.world•Sergey Brin says AGI is within reach if Googlers work 60-hour weeksEnglish3·4 months agoThat’s why I bake my cake at 2608°C for ~1,8 minutes, it just works™
InnerScientist@lemmy.worldto Selfhosted@lemmy.world•Need Support: DMZ at home with nginx proxy to LANEnglish0·4 months agoCheck DNS, MTU and do a full wireshark capture from the Client using both curl and the browser.
InnerScientist@lemmy.worldto Selfhosted@lemmy.world•What does the 3-2-1 rule look like for you?English1·4 months agoI didn’t consider it as valid, one on (phone and internal nvme1), the second one on nvme2 and the third one in the cloud.
Though I have only two copies of normal data myself, I consider live and cloud to be enough for most data. Everything very important has more backups in other ways (bitwarden has an exportable local version on every logged in device, images are stored in immich on my server making it 3 devices)
InnerScientist@lemmy.worldto Selfhosted@lemmy.world•What does the 3-2-1 rule look like for you?English0·4 months ago- Maintain three (3) copies of your data: This includes the original data and at least two copies.
- Use two (2) different types of media for storage: Store your data on two distinct forms of media to enhance redundancy.
- Keep at least one (1) copy off-site: To ensure data safety, have one backup copy stored in an off-site location, separate from your primary data and on-site backups.
You have 3 copies, one on your phone and nvme, one on the backup nvme and one in the cloud. You have 2 media, internal SSD and cloud (your phone would count as a third if it wasn’t auto synced) You have 1 off-site in the cloud
I’m talking about software RAID, for example btrfs.