flood icon indicating copy to clipboard operation
flood copied to clipboard

Not showing mount point for merged drives

Open selfdigest opened this issue 2 years ago • 0 comments

Type: Bug Report

Your Environment

  • Version used:
    • Docker 0.0.0-master.2b652f8
  • Operating system and version: Linux
  • Torrent client and version: qBittorrent 4.5.5

Summary

Disk usage not showing mount point for drives that are combined via mergerfs

Current Behavior

When trying to add '/media' (int1:s1d1:s1d2:s2d1) to the 'Disk Usage' setting, it doesn't show up.

df -h shows:

❯ docker exec --user node -it flood df -h
Filesystem                Size      Used Available Use% Mounted on
overlay                 226.7G     34.4G    180.8G  16% /
tmpfs                    64.0M         0     64.0M   0% /dev
shm                      64.0M         0     64.0M   0% /dev/shm
/dev/nvme0n1p2          226.7G     34.4G    180.8G  16% /config
/dev/nvme0n1p2          226.7G     34.4G    180.8G  16% /downloads
int1:s1d1:s1d2:s2d1      12.4T     10.2T      2.2T  82% /media
/dev/nvme0n1p2          226.7G     34.4G    180.8G  16% /home/liam
/dev/nvme0n1p2          226.7G     34.4G    180.8G  16% /etc/resolv.conf
/dev/nvme0n1p2          226.7G     34.4G    180.8G  16% /etc/hostname
/dev/nvme0n1p2          226.7G     34.4G    180.8G  16% /etc/hosts
tmpfs                     7.7G         0      7.7G   0% /proc/asound
tmpfs                     7.7G         0      7.7G   0% /proc/acpi
tmpfs                    64.0M         0     64.0M   0% /proc/kcore
tmpfs                    64.0M         0     64.0M   0% /proc/keys
tmpfs                    64.0M         0     64.0M   0% /proc/timer_list
tmpfs                     7.7G         0      7.7G   0% /sys/firmware

What's shown in Flood: vivaldi_sfW1ZU5l3V

Context

If you don't know what mergerfs is, it basically combines multiple mount points into one, while still being able to access the drives individually from their original mounts.

I have it mounted and visible in docker, as you can see from the df -h. I even added another non-merged drive just to test, and it worked (/test in the screenshot), but nothing seems to work to show the /media mount.

It's added in docker as: /home/USER/media:/media

selfdigest avatar Sep 16 '23 01:09 selfdigest