RE: Automounting USB Sticks

2007-12-04 Thread Friedland, David
, 2007 7:45 PM To: BJ Opp; Friedland, David Cc: davinci-linux-open-source@linux.davincidsp.com Subject: RE: Automounting USB Sticks BJ, Some basics: have you made sure to turn on Hotplugging (CONFIG_HOTPUG) in kernel and made udev your hotplugging userland helper? (pointing it in /proc/sys/kernel

RE: Automounting USB Sticks

2007-12-03 Thread Friedland, David
:[EMAIL PROTECTED] Sent: Friday, November 30, 2007 9:31 AM To: Friedland, David; davinci-linux-open-source@linux.davincidsp.com Subject: RE: Automounting USB Sticks I've also been fighting with automounting a usb flash drive without much success. We've been trying to use udev by adding this line

Automounting USB Sticks

2007-11-27 Thread Friedland, David
I'm wondering if anyone has tackled the issue of having a USB flash drive automatically mount to the file system when it is inserted? I can do this manually easily enough by: mkdir /mnt/usbflash mount /dev/sda1 /mnt/usbflash To make this mount occur automatically, I believe that I need to use