Jeffrey Lyonblog.nerdylyonsden.io·Sep 16, 2024Unraid VM Snapshot Automation with Ansible: Part 2 - Restoring SnapshotsIntro Hello again, and welcome to the second post in my Unraid snapshot automation series! In my first post, we explored how to use Ansible to automate the creation of VM snapshots on Unraid, simplifying the backup process for home lab setups or even...Managing Unraid Snapshots with Ansibleunraid
Jeffrey Lyonblog.nerdylyonsden.io·Sep 9, 2024Unraid VM Snapshot Automation with Ansible: Part 1 - Creating SnapshotsIntro Hello! Welcome to my very first blog post EVER! In this series, I’ll dive into how you can leverage Ansible to automate snapshot creation and restoration in Unraid, helping to streamline your backup and recovery processes. Whether you’re new to...147 readsManaging Unraid Snapshots with Ansibleunraid
Derek Armstrongdereklarmstrong.com·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...86 reads🧪 Homelab Hacksunraid
Erv Walterewal.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 ...2.8K 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...unraid
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 ...667 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...252 readsMySQL