I would hope Nintendo is not using returned hardware for replacements. It happens accidentally in every job I’ve worked, but absolutely should not be the normal process.
I would hope Nintendo is not using returned hardware for replacements. It happens accidentally in every job I’ve worked, but absolutely should not be the normal process.
Weird that I see this while listening to a podcast about wild pigs on the Auckland Islands. Googling made me realize NZ isn’t north of Australia like I’d remembered
The AI lied to me, as I booted a Fedora/Gnome VM and couldn’t find that option. My only other guess would be maybe an extension like this was installed and forgotten about because I tend to do that
deleted by creator
Correct, it’s not obvious when first diving in but the main use for RAID is increasing performance and availability by allowing up to a specific number of drive failures. For that to work, ideally in an enterprise you’d have a primary and secondary controller to mitigate that point of failure which is not typical for most homelabs and makes backup even more important.
One note which may not apply to you, I installed my Proxmox to boot from 2 256G SSDs as a basic RAID 1 mirror and only have the bare minimum data in VM storage to reduce size of backups. Backup retention on the boot drives is limited because a cron job on the VM handles copying backups to the MergerFS pool for longer term storage.
Moving docker’s data directory to the ‘slow’ drives was a helpful decision, this post covers the old/wrong ways to do that and the way which worked (data-root). Docker data doesn’t take up a huge amount of space, but it saved me some work recently when I found my media server had been down for a while and couldn’t remember when it worked last to identify a working backup. I spun up a fresh Debian image and ran through the steps to reinstall the stack, and point to the same Docker data path. Running the same Docker compose command got most services working with the old metadata, though others i renamed/removed the service’s path and reconfigured.
My docker-compose and its revisions are the extent of a backup I need for a piracy box as my internet is quick enough to recreate my library within a couple days if needed.
Tried OpenMediaVault but found vanilla Debian on Proxmox is the easiest to troubleshoot. This guide helped me set it up. MergerFS works great with mismatched sizes of drives, and doing parity on media server content is a good use for SnapRAID.
I feel like this person would do it for free, and that makes me uncomfortable.
My name is Ted Cruz, and my pronoun is kiss my ass. Or kiss Trump’s ass. Or just be an ass, depending on the day.
My favorite part was the delay while one person put on their safety squints to check for falling barrels
deleted by creator
FAKE NEWS!
Sad
And then convert that to hexadecimal, making it 1DA06
Bragging about how bad their gas mileage seems like the redneck’s version of inserting vacation and cruise stories into conversations
No onions, jalapenos, tomatoes, or relish either, just raw dogging it
Baby wolves also lick their mother’s face to signal them to regurgitate food
It’s spelled Vagina Convention
Don’t want to sound like a corporate shill, but this sounds necessary for handsfree functions. To read an incoming text read aloud, there would have to be a copy stored. If one was paranoid, they could just avoid pairing their phone.
If you don’t need realtime parity, I’ve had no issues on my media server running mismatched drives pooled via MergerFS with SnapRAID doing scheduled parity.