Open brizzbane opened 3 years ago
I just wanted to add to this an observation.
I installed netdata and the partitions /, and /boot both have a Read and Write metric that is monitored.
/data (where I mount /dev/sdb2), does not. So wondering if maybe the issue is just because it is mounted under the root directory, in a folder that is not typically associated with a partition.
I guess I am somewhat surprised that netdata doesn't treat this like / and /boot (each w/Read and Write metrics, and both also being on the same drive). I realize netdata is a completely separate project, but felt like this was worth mentioning.
I have searched in issues, and wasn't able to find anything that seemed to address this.
When clicking the monitor, it lists disk space usage in a pie chart. It lists the two partitions of the first disk (/dev/sda):
The second disk (/dev/sdb) which is mounted at /data, is not listed.
I'm including next command, because when I searched for past issues, it seems like it may be relevant:
I am somewhat OCD, so this just kind of bothers me, ha. If anyone has any ideas of what might be going on, I appreciate the help!
I do have to mention, I am kind of doing something funky with RAID. I have no idea if this would cause a problem or not.
The machine is a server, and long story short: I wanted to use space of 2nd drive and not have it be on RAID 1. Support was not very responsive to reformatting server, so I am running RAID 1 with "1 disk" (https://unix.stackexchange.com/a/190271).
Thank you.