2009-02-18 11:25:02 How Do I Automount a USB FLASH Drive
David Kasper (UNITED STATES)
Message: 69571
I have the STAMP USB add-on card working with the BF-537. I can mount a USB FLASH drive and see the files. The kernel also detects when the drive is inserted and removed. Is there a way to have the kernel automatically mount the drive when inserted? Also, what is the best way for a user application to detect when the drive is inserted or removed?
Thanks,
David Kasper
QuoteReplyEditDelete
2009-02-18 11:59:31 Re: How Do I Automount a USB FLASH Drive
Robin Getz (UNITED STATES)
Message: 69577
David:
Have a look at the hotplug docs:
docs.blackfin.uclinux.org/doku.php?id=linux-kernel:hotplug
-Robin