Hi,

I now discovered that for the non-working usb stick,
/sys/block/sda/removable contains 0. This explains why the udev rule
does not trigger. If I adjust the udev rule accordingly, the device
works as expected.


As a somewhat dirty workaround, I am currently using this rule:

    ACTION=="add", SUBSYSTEM=="block", KERNEL=="sda1"
RUN+="add_fstab_entry %k"

This works for my environment, but of course not as a general solution.

Maybe, even this bold rule would work? Or will that have unintended side
effects?

    ACTION=="add", SUBSYSTEM=="block", RUN+="add_fstab_entry %k"


Since the device is auto-mounted fine when used on the server locally, there 
must be a udev rule in a normal Hardy installation that matches correctly.

-- 
LTSPFS: Some USB sticks are not auto-mounted
https://bugs.launchpad.net/bugs/274122
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to