ravenclaw900 / DietPi-Dashboard

A lightweight, standalone web dashboard for DietPi
GNU General Public License v3.0
124 stars 16 forks source link

Statistics does not show other mount points #376

Open EthraZa opened 1 year ago

EthraZa commented 1 year ago

Statistics only show swap and / mount point. Other mounts (ie. external USB HDD at /mnt/estorage) not showing.

df -h |grep dev

udev            799M     0  799M   0% /dev
/dev/mmcblk0p2   15G  8.4G  5.7G  60% /
tmpfs           933M     0  933M   0% /dev/shm
/dev/mmcblk0p1  511M   59M  453M  12% /boot
/dev/sda1       466G  146G  321G  32% /mnt/estorage

cat /etc/fstab

UUID=1dc45654-561e-4f35-a95d-99da0c9b1d38 / ext4 noatime,lazytime,rw 0 1
UUID=D414-08C4 /boot vfat noatime,lazytime,rw 0 2
UUID=6E9C2E6711F9D8AF /mnt/estorage ntfs noatime,lazytime,rw,permissions,big_writes,nofail,noauto,x-systemd.automount
/var/swap none swap sw

Screenshot image

ravenclaw900 commented 1 year ago

Hi, This feature is already on the roadmap for v1.0.0: https://github.com/ravenclaw900/DietPi-Dashboard/issues/133.