Files
my_linux_prefs/etc/udev/rules.d/100-remount-on-plug.rules.bkp
T

3 lines
67 B
Plaintext
Raw Normal View History

2020-10-07 10:04:51 -07:00
SUBSYSTEM=="block" ACTION=="add" \
RUN+="/root/scripts/remount.sh"