linuxOS_D21X/package/third-party/udev/11-mount-usb.rules
2024-11-29 16:13:46 +08:00

2 lines
122 B
Plaintext

ACTION=="add", GOTO="automountusb", KERNEL=="sd[a-z][0-9]", RUN+="/bin/mount -t vfat /dev/%k /mnt/", LABEL="automountusb"