linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: JP Guillemin <jp.guillemin@free.fr>
To: linux-hotplug@vger.kernel.org
Subject: Re: udev 089 not working with automount
Date: Sun, 16 Apr 2006 21:15:07 +0000	[thread overview]
Message-ID: <loom.20060416T231124-489@post.gmane.org> (raw)
In-Reply-To: <1c9dd7970604141550g6e51352dy89be27dca7ca74a@mail.gmail.com>

 <camaleon69 <at> 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&kid\x110944&bid$1720&dat\x121642
> 

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&kid\x110944&bid$1720&dat\x121642
_______________________________________________
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

      parent reply	other threads:[~2006-04-16 21:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-14 22:50 udev 089 not working with automount camaleon69
2006-04-15 19:17 ` Greg KH
2006-04-16 21:15 ` JP Guillemin [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=loom.20060416T231124-489@post.gmane.org \
    --to=jp.guillemin@free.fr \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).