Do you have a question? Post it now! No Registration Necessary
Subject
- Posted on

Re: did anyone know howto auto mount the u disk in embedded linux system

Create a udev rule that starts a specific programm and/or shell script when
one insert a USB mass storage device:
KERNEL=="sd[a-z]*", SUBSYSTEMS=="usb", RUN+="/bin/bash
/usr/local/sbin/do_something"
In the "do_something" script you can do whatever you want.
jbe
Site Timeline
- » gSoap 2.7.11 and Kernel Version...
- — Next thread in » Embedded Linux
-
- » failed to mount file system on boot
- — Previous thread in » Embedded Linux
-
- » Crosscompiling for ARM: reloc type R_ARM_ABS32 is not supported for PIC - ...
- — Newest thread in » Embedded Linux
-
- » Driver LED BP5131 - jak to dziaĆa?
- — The site's Newest Thread. Posted in » Electronics (Polish)
-
- » easy way to calibrate audio frequency generator?
- — The site's Last Updated Thread. Posted in » Electronics Repair
-