LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   automount usb memory on corelinux (https://www.linuxquestions.org/questions/linux-newbie-8/automount-usb-memory-on-corelinux-403303/)

davidkline 01-14-2006 10:53 AM

automount usb memory on corelinux
 
First of all, I apologize since I know this topic was addressed in similar posts. I did do a search and found some information, but I couldn't quite relate it to what I'm doing. Here's where I'm at.

I've installed corelinux and updated it to the 2.6.7 kernel (I selected the automounter v4). Generally, I can access the USB memory. When I plug it into the port, a message is displayed and I can mount the device and access files on it. I have it in my fstab so all I have to do is call mount with the mount point (i.e mount /mnt/usb). But I'd really like to access it immediately without having to mount it manually. In addition, I'd like to have it accessible by a non-privileged account. I did download 'hotplug' from 'linux-hotplug.sourceforge.net' and had no success. Incidently, I could access the USB memory prior to installing 'hotplug' from sourceforge (from above). (Please excuse me, I'm new to Linux and probably not understanding something.) Anyway, I'd like to know how to proceed in getting this to work. Any help is much appreciated.

Thanks in advance,

saman007uk 01-14-2006 12:18 PM

You need to use HAL, the Hardware Abstraction Layer.

davidkline 01-14-2006 04:34 PM

Thank you for your response. I'll have a look at HAL.

Does anyone know why my installing 'hotplug' from sourceforge had no effect? Or was this because I have the kernel already configured for 'hotplug?' Would it be safe to remove 'hotplug' I installed?

saman007uk 01-14-2006 04:35 PM

Quote:

Originally Posted by davidkline
Thank you for your response. I'll have a look at HAL.

Does anyone know why my installing 'hotplug' from sourceforge had no effect? Or was this because I have the kernel already configured for 'hotplug?' Would it be safe to remove 'hotplug' I installed?

I believe you have load the module first:
Code:

modprobe hotplug


All times are GMT -5. The time now is 11:35 AM.