You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dawesry Network drives can not be shown, as there is no physical information available. The newest version filters its size out, so that it doesn't contribute to the total size.
You can try using DASHDOT_FS_VIRTUAL_MOUNTS with a value of nfs4 to at least show it as a virtual mount in the split view.
Why is it not possible to include the storage of a network drive in the unified view? The pie chart only needs to incorporate space used and space available, both of which are visible in split view.
Failing that, how can I make only the network drive visible in split view, and hide the local system drive? Any attempts to do that seem to result in a 'broken' outlined local drive.
I'm running Dashdot under Docker Compose on a Debian VPS. I have a 1TB Storage Box from Hetzner that gets mounted via CIFS via an entry in
fstab
.However, using a standard Docker Compose configuration:
I only see the server's own internal SSD:
![image](https://private-user-images.githubusercontent.com/110127860/390877312-d6c45706-1332-4c66-a412-b60daa43b13f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2ODk3MDQsIm5iZiI6MTczOTY4OTQwNCwicGF0aCI6Ii8xMTAxMjc4NjAvMzkwODc3MzEyLWQ2YzQ1NzA2LTEzMzItNGM2Ni1hNDEyLWI2MGRhYTQzYjEzZi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNlQwNzAzMjRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02MzY0NzY5NzlhNWM0NzIwNGJhZjI4ZWJmOTEwNjgwMWJhYmQ4NDI0NzkyOGJmYTYxYTU4YTY3MTVlMzZlNWQ5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.RxWLY8iM-_uq-hKgQTUATWNDDvT2kZdGQyL7pUsxrhM)
I've tried adding additional bind mounts in Compose:
/mnt/storagebox:/mnt/host/mnt/storagebox:ro
/mnt/storagebox:/mnt/host/storagebox:ro
/mnt/storagebox:/mnt/storagebox:ro
These all have no effect. I've also tried setting the environment variables:
This also doesn't change anything.
Output of
df
System info
Logs
Click to show/hide
The text was updated successfully, but these errors were encountered: