UNRAID terminal colors
By default, UNRAID’s terminal colors (while using ls) are not desirable to my eyes. As seen below, all folders with +w on other, show with bold, blue, & black (very…
By default, UNRAID’s terminal colors (while using ls) are not desirable to my eyes. As seen below, all folders with +w on other, show with bold, blue, & black (very…
My UNRAID go file: See UNRAID boot sequence
In Unraid, the existence of the /root/ directory is completely independent of your storage array. This is due to Unraid’s unique “embedded” architecture. The Root Filesystem (rootfs) vs. The Array…
The /etc/DIR_COLORS file in Unraid (and Linux generally) defines colors for ls command output, controlling things like directory colors (e.g., sticky/world-writable) and file types, and is used by the dircolors…
The Symptom When executing a PHP script from the command line interface (CLI) within a specific directory (e.g., a Git repository directory), the getcwd() function reports a different, unexpected directory…
How to share data between jobs To pass data, such as your BUILD_STAGE value, from one job to a subsequent job, you have two primary methods in Gitea/GitHub Actions: 1.…
How to set the ollama model location within docker container? To set the model location for the Ollama Docker container on Unraid, you need to configure the path mapping (also…
ERROR qdrant: Filesystem check failed for storage path ./storage. Details: FUSE filesystems may cause data corruption due to caching issues The error “FUSE filesystems may cause data corruption due to…
Why is nextcloud so hard to upgrade?
Summary This document summarizes the key lessons learned from a complex Unraid recovery situation involving a data disk failure caused by CRC errors and subsequent XFS filesystem corruption. It outlines…