KDE Desktop - Automount usb disk

Hello.
I would like that any usb disk already inserted ( at boot time or when log in ) or when newly inserted to be automunted.

My problem is when I check the box “/system settings/removable storage/removable devices/enable automounting of removable media” the system ask for root password because it try to mount my windows 10 partitions ( dual boot linux windows ) that is not configured to be mounted ( no mount point ).

blkid | grep nvme0n1p6
/dev/nvme0n1p6: LABEL="WIN_DISK_D" UUID="EC04C0B804C086D4" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="a27eeabb-1892-406e-8d62-572fcf6d4d70"

Any help is welcome

openSUSE leaves default linux security on for automount for all devices but others (Ubuntu at least) have disabled it with polkit.

On openSUSE this is what I do so that all devices in my system when mounted are passwordless:

echo 'org.freedesktop.udisks2.filesystem-mount-system yes' >> /etc/polkit-default-privs.local 
/sbin/set_polkit_default_privs     

Thank you for your answer, but that seems not answering my question.
I don’t want partition on hard disk mounted if they are not in fstab
and I want any usb disk already inserted ( at boot time or when log in ) or when newly inserted to be automounted.

Any help is welcome

They’re only mounted if you click them in dolphin. And you set if this is remembered in settings > removeable devices.

Ah. OK
Thanks