[Bug 264789] Re: USB Hard Drive Not Accessible
Tim Wright
timw at splhi.com
Wed Nov 12 23:15:34 UTC 2008
Hi Tormod,
according to Grzegorz in https://bugs.launchpad.net/ubuntu/+source/linux/+bug/264789/comments/58 all that is needed is one tiny change, viz:
edit /etc/udev/rules.d/60-persistent-storage.rules
Change line 59
from
IMPORT{program}="vol_id --export $tempnode"
to
ENV{DEVTYPE}=="partition", IMPORT{program}="vol_id --export $tempnode"
i.e. add
ENV{DEVTYPE}=="partition",<space>
to the start of the line. That's all.
It fixes the issue for me too. The problem is, it probably breaks
hotplug access to filesystems on unpartitioned devices.
--
USB Hard Drive Not Accessible
https://bugs.launchpad.net/bugs/264789
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to Linux.
More information about the kernel-bugs
mailing list