RE: Automounting USB Sticks

2007-12-05 Thread Nori, Sekhar
, David Sent: Wednesday, December 05, 2007 12:50 PM To: Nori, Sekhar; 'BJ Opp' Cc: 'davinci-linux-open-source@linux.davincidsp.com' Subject: RE: Automounting USB Sticks I did check .config to see if CONFIG_HOTPLUG=y: it is. Checking /proc/sys/kernel/hotplug is a good idea: it contains /sbin

RE: Automounting USB Sticks

2007-12-04 Thread BJ Opp
__ From: BJ Opp [mailto:[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

RE: Automounting USB Sticks

2007-12-04 Thread Nori, Sekhar
Sent: Wednesday, December 05, 2007 3:47 AM To: Friedland, David Cc: davinci-linux-open-source@linux.davincidsp.com Subject: RE: Automounting USB Sticks An update on the situation, I've gotten the usb flash drive automounting, but only if I have it plugged in to the unit during bootup. I can't

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

RE: Automounting USB Sticks

2007-11-30 Thread BJ Opp
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 to fstab /dev/sda1 /mnt/usbflash auto auto,user 0 0 And also adding this to a rules a file we created in in /etc/udev/rules.d/ by