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

[Bug]: ${fs_*} variables don't work with mergerfs (fuse) #1776

Open
hujuice opened this issue Mar 8, 2024 · 0 comments
Open

[Bug]: ${fs_*} variables don't work with mergerfs (fuse) #1776

hujuice opened this issue Mar 8, 2024 · 0 comments
Labels
bug Bug report or bug fix PR

Comments

@hujuice
Copy link

hujuice commented Mar 8, 2024

What happened?

I'm using mergerfs (https://github.com/trapexit/mergerfs) to combine two large storage disks. It works smoothly for me, including the df output.

/dev/sdb1                                                  3.6T  3.2T  260G  93% /storage/TOSHIBA-DT02ABA400
/dev/sda1                                                  3.6T   36K  3.4T   1% /storage/WDC-WD40PURZ-85AKKY0
WDC-WD40PURZ-85AKKY0/Foto/raw:TOSHIBA-DT02ABA400/Foto/raw  7.2T  3.2T  3.7T  47% /foto/raw/archive

At least ${fs_bar} and ${fs_used_perc} don't work for me. They show 0.

Mergerfs is a unionfs based on FUSE.

Note
The "device" name in fstab is quite long (in my case, /storage/WDC-WD40PURZ-85AKKY0/Foto/raw:/storage/TOSHIBA-DT02ABA400/Foto/raw). mount and df shorten it removing the first, common part.
In conky I tried both ways.

Version

1.19.6

Which OS/distro are you seeing the problem on?

Gentoo

Conky config

${fs_bar 4,60 WDC-WD40PURZ-85AKKY0/Foto/raw:TOSHIBA-DT02ABA400/Foto/raw} ${fs_used_perc WDC-WD40PURZ-85AKKY0/Foto/raw:TOSHIBA-DT02ABA400/Foto/raw}%

Stack trace

No response

Relevant log output

No response

@hujuice hujuice added bug Bug report or bug fix PR triage Issue that hasn't been verified labels Mar 8, 2024
@hujuice hujuice changed the title [Bug]: mergerfs (fuse) ${fs_*} variables don't work with mergerfs (fuse) [Bug]: mergerfs (fuse) ${fs_*} variables don't work with mergerfs Mar 8, 2024
@hujuice hujuice changed the title [Bug]: mergerfs (fuse) ${fs_*} variables don't work with mergerfs [Bug]: ${fs_*} variables don't work with mergerfs (fuse) Mar 8, 2024
@brndnmtthws brndnmtthws removed the triage Issue that hasn't been verified label Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug report or bug fix PR
Projects
None yet
Development

No branches or pull requests

2 participants