Hello,
I would like to see on the webmin dashboard all disks (3 different) , but I only see 2…
Could you help me?
See attached pictures.
Hello,
I would like to see on the webmin dashboard all disks (3 different) , but I only see 2…
Could you help me?
See attached pictures.
Looks like the partitions of the SD card are not mounted.
Can you check
df -h && lsblk
Result:
root@DietPi:~# df -h && lsblk
Fájlrendszer Méret Fogl. Szab. Fo.% Csatol. pont
udev 1,9G 0 1,9G 0% /dev
tmpfs 381M 40M 342M 11% /run
/dev/mmcblk0p2 57G 20G 34G 37% /
tmpfs 1,9G 0 1,9G 0% /dev/shm
tmpfs 5,0M 4,0K 5,0M 1% /run/lock
tmpfs 3,9G 30M 3,9G 1% /tmp
tmpfs 50M 8,0K 50M 1% /var/log
/dev/mmcblk0p1 63M 11M 53M 18% /boot/efi
tmpfs 381M 0 381M 0% /run/user/0
/dev/sdb1 1,8T 1,2T 518G 71% /mnt/HDD
/dev/sda1 932G 387G 545G 42% /mnt/BHDD
overlay 57G 20G 34G 37% /mnt/dietpi_userdata/docker-data/overlay2/783d89ebef3d99000a9b82a5accd87202fcd3a35a47049e6648393eb5f70bcea/merged
overlay 57G 20G 34G 37% /mnt/dietpi_userdata/docker-data/overlay2/c2d46d9ebcaac8121797c5af80b842618f7ae38c1c235bfb533de33d6d83795c/merged
overlay 57G 20G 34G 37% /mnt/dietpi_userdata/docker-data/overlay2/6b72a4708c0d102c5fdcaba894a52a44cef8a16a01c534105635ddf853afe453/merged
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931,5G 0 disk
└─sda1 8:1 0 931,5G 0 part /mnt/BHDD
sdb 8:16 0 1,8T 0 disk
└─sdb1 8:17 0 1,8T 0 part /mnt/HDD
mmcblk0 179:0 0 57G 0 disk
├─mmcblk0p1 179:1 0 64M 0 part /boot/efi
└─mmcblk0p2 179:2 0 56,9G 0 part /
mmcblk0boot0 179:256 0 4M 1 disk
mmcblk0boot1 179:512 0 4M 1 disk
root@DietPi:~#
I guess something to be configured within Webmin configuration files.
Do you have any idea how to add there sda1 ? I didn’t find anything…
SDA is mounted as /mnt/BHDD and shown, only missing in the disk usage section. Indeed worth asking on Webmins GitHub or maybe webmin docs can give a hint.
Thank you! I’ll write in Github