fix??
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# mount discs with filesystems on them
|
||||
ACTION=="change", SUBSYSTEM=="block", KERNEL=="sr0", ENV{ID_CDROM_MEDIA}=="1", RUN+="/usr/bin/systemd-mount --automount=yes --no-block --collect --type iso9660 --options ro /dev/sr0 /home/nik/rom/"
|
||||
ACTION=="add", SUBSYSTEM=="block", KERNEL=="sr0", ENV{ID_CDROM_MEDIA}=="1", RUN+="/usr/bin/systemd-mount --automount=yes --no-block --collect --type iso9660 --options ro /dev/sr0 /home/nik/rom/"
|
||||
|
||||
# kindle storage (obsolete)
|
||||
ACTION=="add", SUBSYSTEM=="block", KERNEL=="sd[a-d][0-9]", ENV{ID_FS_UUID}=="386D-51FE", RUN+="/usr/bin/systemd-mount --automount=yes --no-block --collect /dev/%k /home/nik/usb/kindle/"
|
||||
|
||||
Reference in New Issue
Block a user