linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* udev 089 not working with automount
@ 2006-04-14 22:50 camaleon69
  2006-04-15 19:17 ` Greg KH
  2006-04-16 21:15 ` JP Guillemin
  0 siblings, 2 replies; 3+ messages in thread
From: camaleon69 @ 2006-04-14 22:50 UTC (permalink / raw)
  To: linux-hotplug

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_______________________________________________
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: udev 089 not working with automount
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2006-04-15 19:17 UTC (permalink / raw)
  To: linux-hotplug

On Sat, Apr 15, 2006 at 12:50:38AM +0200, camaleon69@gmail.com wrote:
> 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.

Try filing a bug with Debian, nothing we can do here about this issue.

good luck,

greg k-h


-------------------------------------------------------
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: udev 089 not working with automount
  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
  1 sibling, 0 replies; 3+ messages in thread
From: JP Guillemin @ 2006-04-16 21:15 UTC (permalink / raw)
  To: linux-hotplug

 <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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-04-16 21:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).