

deleted by creator
deleted by creator
Trying to be memorable is a narcissist trait I wish would go away. After the planet cleanses itself of humanity because America elected their chief narcissist, there will be nobody around to read Wikipedia.
Is this how some people live? Install Plex or Jellyfin for your own sanity.
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.
Which of these are used to make printer ink?
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
I don’t run gnome myself but I asked AI and there may be a setting:
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.
When I moved into my otherwise shitty apartment, having Google Fiber was the selling point. Paying Comcast a monthly fee for unlimited bandwidth is something I vow never again to do.
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.
My server runs Debian VMs in Proxmox on an i7-2600 which has a lower benchmark than the 6600k. I also used the Perfect Media Server guide, and have 2 x 8T data drives pooled with MergerFS with 1 for snapraid parity, these are passed through to the main VM from Proxmox using ‘qm set’. One thing I would often forget after deleting/restoring this VM was to run qm set again after restore, ensuring it has the flag to not back up those drives or else backups will fail and I have to go uncheck the backup option on each drive to fix it.
If I need to spin up another VM for tinkering it’s easy enough to mount the NFS share as a volume with docker compose. Proxmox rarely shows CPU usage go above 50% (average is 10%) and this handles the whole *arr stack plus usenet and torrents in a single VM and compose file. I don’t have GPU passthrough set up because the motherboard on this older rig didn’t support IOMMU, never had issues with Plex or Jellyfin transcoding for Chromecast. I might build a new rig with GPU passthrough support to buffer media faster and selfhost LLMs when I get around to it.