From 28d32b5097312900d2550dcb82f24145d637b687 Mon Sep 17 00:00:00 2001 From: fennek182 Date: Sun, 14 Jun 2026 17:06:09 +0200 Subject: [PATCH] added bash script to mount my personal server's storage --- .local/bin/mount_milo | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100755 .local/bin/mount_milo diff --git a/.local/bin/mount_milo b/.local/bin/mount_milo new file mode 100755 index 0000000..0113fac --- /dev/null +++ b/.local/bin/mount_milo @@ -0,0 +1,28 @@ +#!/bin/bash + +# Written by: fennek182 +# Version: 6 +# Last change: Sun 2026-06-14 using Hyprland v0.55.3-1 +# Git repo: https://git.fennek.xyz/fennek182/dotfiles +# Description: For my personal use. Mounts my server's storage using sshfs (including individual devices for bypassing mergerfs) + +# mergerfs: +sshfs milo:/srv/mergerfs/ssd /mnt/ssd +sshfs milo:/srv/mergerfs/hdd /mnt/hdd + +# ssds: +sshfs milo:/srv/dev-disk-by-uuid-efbae445-cad8-4cac-a7c1-fe46dd7ca314 /mnt/s8t1 +sshfs milo:/srv/dev-disk-by-uuid-5d6981f3-b29b-4ae3-ad31-65a0509bac8c /mnt/s8t2 +sshfs milo:/srv/dev-disk-by-uuid-16cbc1c9-9b32-4039-a223-dfd673a27e80 /mnt/s8t3 +sshfs milo:/srv/dev-disk-by-uuid-f1114d0c-8fe9-492d-b668-a86a67e579b7 /mnt/s2t1 + +# hdds: +sshfs milo:/srv/dev-disk-by-uuid-bf566583-b6c4-40b4-960a-27ec4c37db3e /mnt/h24t1 +sshfs milo:/srv/dev-disk-by-uuid-33b22b25-954a-4ec1-87ee-29b294f91aeb /mnt/h24t2 +sshfs milo:/srv/dev-disk-by-uuid-958690e3-f90f-4850-a640-c373555d3e68 /mnt/h18t1 +sshfs milo:/srv/dev-disk-by-uuid-596b4d6e-c74d-4942-8492-8baea56a5920 /mnt/h18t2 +sshfs milo:/srv/dev-disk-by-uuid-a8f0af47-e2a4-4096-9f75-502bf1ca981b /mnt/h8t1 +sshfs milo:/srv/dev-disk-by-uuid-a8f0af47-e2a4-4096-9f75-502bf1ca981b /mnt/h8t1 +sshfs milo:/srv/dev-disk-by-uuid-8a8b78ef-2fc8-47b4-be08-49b33528f06f /mnt/h8t2 + +# Rip 2026-01-19 s1t1