Can't figure how to add a second disk to be "monitored" #921

Closed
opened 2026-03-22 17:00:12 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @ValgulNecron on GitHub (Oct 27, 2024).

on periphery in the volumes there is

  • /:/mnt/sys:ro
    and this disk does show with the right usage and capa

but if i try adding a second one with something like
- /mnt/d:/mnt/d:ro
this second disk is not detected / not shown on the app.

Originally created by @ValgulNecron on GitHub (Oct 27, 2024). on periphery in the volumes there is - /:/mnt/sys:ro and this disk does show with the right usage and capa but if i try adding a second one with something like - /mnt/d:/mnt/d:ro this second disk is not detected / not shown on the app.
GiteaMirror added the seen 👀 label 2026-03-22 17:00:12 -05:00
Author
Owner

@mbecker20 commented on GitHub (Oct 27, 2024):

Can you try removing PERIPHERY_INCLUDE_DISK_MOUNTS from your compose.env? Once you see the full list, you can add it back with all your paths in comma seperated list.

https://github.com/mbecker20/komodo/blob/main/compose/compose.env#L128

@mbecker20 commented on GitHub (Oct 27, 2024): Can you try removing `PERIPHERY_INCLUDE_DISK_MOUNTS` from your `compose.env`? Once you see the full list, you can add it back with all your paths in comma seperated list. https://github.com/mbecker20/komodo/blob/main/compose/compose.env#L128
Author
Owner

@ValgulNecron commented on GitHub (Oct 29, 2024):

Hi,
checking back at this var I h've made a typo by writting /mnt/D instead of /mnt/d
thanks for the help

@ValgulNecron commented on GitHub (Oct 29, 2024): Hi, checking back at this var I h've made a typo by writting /mnt/D instead of /mnt/d thanks for the help
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/komodo#921