Hello westlake,
westlake [2017-09-21 14:29 -0400]:
> Here as a user I'd like to emphasize the intent of udisks,
>
> for a long time I have been able to prevent the Linux desktop from
> auto-mounting usb drives by using udisks --inhibit-all-polling.
>
> Is there something udisks2 uses that imple
Hello,
the automount is performed by GVFs which tests for the HintAuto property
in UDisks which is coming from udev.
Therefore you would need to set the udev variable UDISKS_AUTO. I've not
done it myself, but there are examples in the net depending on what
drives your rule should cover.
The string
Hi,
Here as a user I'd like to emphasize the intent of udisks,
for a long time I have been able to prevent the Linux desktop from
auto-mounting usb drives by using udisks --inhibit-all-polling.
Is there something udisks2 uses that implements the same task?
__