Buon Giorno ho iniziato a usare linux da poco ed ho il seguente problema ?
su debian 8 ho scritto questa regola UDEV automount.rules:
====================================================================================================
ENV{ID_FS_UUID}=="9798dd4d-7cb0-415e-821e-244ebd84cbc5",ENV{dir}="/USB/BACKUP-01" GOTO="start"
GOTO="end"
LABEL="start"
ENV{dir}="/USB/BACKUP-01"
ACTION=="add",KERNEL=="sd?1", RUN+="/bin/mkdir -p /%E{dir}", RUN+="/bin/mount /dev/%k %E{dir}"
ACTION=="remove", KERNEL=="sd?1*", RUN+="/bin/umount /dev/%k"
LABEL="end"
====================================================================================================
La stessa su debian 9 non funziona solo il mount ma la cartella la crea.
Ringrazio in anticipo mi possa aiutare.
Se dai il seguente comando da solo, funziona?
...
metti il nome corretto della partizione, tiposdb1
)