Jeffrey Lyonthenerdylyonsden.hashnode.dev·Sep 9, 2024Snapshot UnRAID VM disks using AnsibleIntro Hello! Welcome to my very first blog post EVER! In this first post, I’ll dive into how you can leverage Ansible to automate snapshot management in UnRAID, helping to streamline your backup and recovery processes. Whether you’re new to UnRAID or...Discussunraid
Derek Armstrongderekarmstrong.dev·Jul 26, 2024All-in-One Unraid HomeLab ServerOverview I have tried a ton of different HomeLab configurations and setups of all types of hardware. But this one is my personally preferred solution for its versatility, reliability, and proven battle-tested track record. Built from gaming PC hardwa...Discuss🧪 Homelab Hacksunraid
Erv WalterProewal.dev·May 23, 2024Homelab Storage: A Journey to Cephtldr: I started with a modest NAS setup in my homelab, but my curiosity led me to build an 8-node Ceph distributed storage cluster. Ceph, though overkill for a home environment, offers scalable, resilient storage by distributing data across multiple ...Discuss·241 readsHomelab Tourcephfs
Cloud Tunedcloudtuned.hashnode.dev·Apr 18, 2024Exploring Unraid: A Flexible Storage and Virtualization SolutionExploring Unraid: A Flexible Storage and Virtualization Solution Unraid is a unique storage operating system that offers a flexible and easy-to-use platform for managing storage, virtualization, and media server applications. With its intuitive inter...Discussunraid
Graham Baileywww.grahambailey.io·May 20, 2023Slow SMB on UnraidBy default, my SMB from my Unraid server was very slow (<10% of what it should be, maybe 2-3 MB/s). If you're running into this issue, you may be able to quickly fix this by turning the "Enable SMB Multi Channel" setting to "Yes" from "No". In order ...Discuss·434 readsunraid
Nathan Priceblog.gravityfargo.dev·Mar 18, 2023Start mariadb in recovery mode - Unraid: official docker containermysql recovery mode ssh into unraid cd /mnt/user/appdata/mariadb-official/config nano my.cnf paste in [mysqld] innodb_force_recovery=1 exit chmod 0444 my.cnf restart the docker container. Fix whatever broke specifically, I broke a table in my nex...Discuss·151 readsMySQL