Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not showing mount point for merged drives #671

Open
sek0n opened this issue Sep 16, 2023 · 0 comments
Open

Not showing mount point for merged drives #671

sek0n opened this issue Sep 16, 2023 · 0 comments

Comments

@sek0n
Copy link

sek0n commented Sep 16, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant