Disk Usage donot show a auto mounted exfat disk on dashboard

Debian12,webmin2.402.
when disk auto mounted with fstab file as below,

UUID=xxxx-xxxx /mnt/xxx exfat defaults,auto,umask=000,users,rw 0 0

it would not display in Disk Usage wiget on Dashboard.

But if I manully mount this disk, sudo mount /dev/sdx /mnt/xxx.
It shows.

Is this a bug? or I did something wrong?

Had the same issue on my setup looks like Webmin doesn’t always pick up exFAT mounts from fstab for the dashboard widget. Manual mount works because it’s more “visible” to Webmin in real time. Not sure if it’s a bug, but maybe try adding the disk to Webmin’s “Filesystem Configuration” to see if that helps?

What does the automounted disk look like in the Disk and Network Filesystems module? Does it appear as mounted there?

Thank you I will try.

If I don’t type"auto,umask=000,users,rw", it shows right. But qbittorrent could not write in disk.
If I type these parameters, qbit could write. But status not display on dashboard.

This two way both could show right with “df -l” or “fdisk -l”

Whatever automount or manual mount, same problem.

I tried, there is not a option for exfat disk in Filesystem Configuration.

I fount that enven no paramenters, it is also same. donot show disk status.
Manul mount ok.

And one more thing, this disk is on usb port.
Now I found whatever I type more parameters or not, it not shows right with automount in fstab.