linuxOS_D21X/package/third-party/udev/11-mount-usb.rules

2 lines
122 B
Plaintext
Raw Normal View History

2024-11-29 08:13:19 +00:00
ACTION=="add", GOTO="automountusb", KERNEL=="sd[a-z][0-9]", RUN+="/bin/mount -t vfat /dev/%k /mnt/", LABEL="automountusb"