Paul Spaulding
unread,Nov 5, 2012, 9:40:54 AM11/5/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com
Using Node.js, how would I go about detecting when a USB storage device (like a thumb-drive) is plugged into the host? Ideally, there would be an event that I could listen for instead of polling. Assume a Linux OS, although something that also works on Windows would be great. A pure Node.js approach would be preferred, but I am not against leveraging other tools if it makes the problem simpler. Thanks in advance.