Il giorno gio 16 feb 2023 alle ore 08:39 Ulrich Windl <
ulrich.wi...@rz.uni-regensburg.de> ha scritto:
> >>> Jacopo schrieb am 15.02.2023 um 17:59 in
> Nachricht
> :
> > I'be been having issues lately trying to automatically remount an
> external
> > USB drive that is mounted at boot from an fsta
On Mi, 15.02.23 17:59, Jacopo (fingolfi...@gmail.com) wrote:
> udev rule:
> ACTION=="add", SUBSYSTEM=="block", KERNEL=="sd*", SUBSYSTEMS=="usb",
> ENV{DEVTYPE}=="partition", IMPORT{builtin}="blkid",
> ENV{ID_FS_TYPE}=="ext4", ENV{ID_FS_LABEL_ENC}=="data-ssd",
> ENV{SYSTEMD_WANTS}+="dummy.service"
Am 16.02.23 um 11:17 schrieb Lennart Poettering:
On Mi, 15.02.23 17:59, Jacopo (fingolfi...@gmail.com) wrote:
udev rule:
ACTION=="add", SUBSYSTEM=="block", KERNEL=="sd*", SUBSYSTEMS=="usb",
ENV{DEVTYPE}=="partition", IMPORT{builtin}="blkid",
ENV{ID_FS_TYPE}=="ext4", ENV{ID_FS_LABEL_ENC}=="data-
Il giorno gio 16 feb 2023 alle ore 11:17 Lennart Poettering <
lenn...@poettering.net> ha scritto:
> Matching against "add" is almost certainly wrong, as devices typically
> see "change" and other events throughout their early lifetime, and in
> that case any settings you make here would get very q