USB Autorun feature sometimes ignores an insertion
-
Insertion of a USB drive sometimes doesn't trigger the USB autorun feature. Removing the drive and inserting again often does trigger the Autorun.
Browsing the code I noticed two things:
- fstab configuration has delay_root configured with 5 seconds (/etc/config/fstab)
- Autorun (line #57) starts with a 4 second delay.
This sounds like a possible conflict where the Autorun starts before the device is mounted. Am I right?
-