From mboxrd@z Thu Jan 1 00:00:00 1970 From: JP Guillemin Date: Sun, 16 Apr 2006 21:15:07 +0000 Subject: Re: udev 089 not working with automount Message-Id: List-Id: References: <1c9dd7970604141550g6e51352dy89be27dca7ca74a@mail.gmail.com> In-Reply-To: <1c9dd7970604141550g6e51352dy89be27dca7ca74a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org gmail.com> writes: > > Hi, > > I've been using "udev + automount" since some time ago, and in the > last debian-testing update (14th april), "udev" was updated, and > suddenly I am not be able to mount my external USB HDs. > > I think it could be because of a last version bug and I proof in > another machine without that update. I confirmed it. Without the > update everything went perfectly. Right after the update "automount" > is not working, and even just "mount" doesn't achieve mounting the > unit 90% of the times. > > Have you reported this problem too? > > Thanks! > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 > I confirm this bug, my automount rules match (the symlink is created) but the RUN action doesn't work anymore. This bug happens since 089 (and so 090), it was working before. Below my automunt rules # USB storage devices KERNEL="sd?[0-9]*", ACTION="add", BUS="usb", NAME="%k", SYMLINK="usbmedia%e", GROUP="cdrom", MODE="0660", RUN+="/lib/udev/usbmount.sh add /dev/%k" KERNEL="ub?[0-9]*", ACTION="add", BUS="usb", NAME="%k", SYMLINK="usbmedia%e", GROUP="cdrom", MODE="0660", RUN+="/lib/udev/usbmount.sh add /dev/%k" KERNEL="sd?[0-9]*", ACTION="remove", RUN+="/lib/udev/usbmount.sh remove /dev/%k" KERNEL="ub?[0-9]*", ACTION="remove", RUN+="/lib/udev/usbmount.sh remove /dev/%k" Thanks for your help JP ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel