You are not logged in.
Pages: 1
Whenever I plug in my Flash Drive and try to mount it or open it in Konqueror, I get the following error message:
A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "org.freedesktop.Hal.Device.Volume" member "Mount" error name "(unset)" destination "org.freedesktop.Hal")
Anybody know how to fix this, and why it occurred?
Offline
Can you "see" the drive in gparted?
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
I seem to remember an issue like that when my user wasn't part of the storage group.
Offline
Yeah, "storage" group seems to be important.
$ grep storage /etc/group /etc/passwd
/etc/group:storage:x:95:hal,me
$ grep storage /etc/udev/rules.d/*
/etc/udev/rules.d/51-arch.rules:KERNEL=="sd*", ATTRS{scsi_level}=="0", ATTRS{type}=="0", GROUP="storage"
...
Offline
sudo gpasswd -a $USER storage (if you have sudo installed and configured)
or: su -p
then: gpasswd -a $USER storage (if you don't have sudo installed)
you might want to add yourself to theese groups too: audio, optical, network, wheel (and hal if you have installed it and loaded it in modules)
Last edited by olle (2008-04-21 10:44:49)
Offline
I am able to see the drive in gparted, yes. However, adding myself to the storage group did not work.
Offline
In gparted, what are the particulars for the flash drive? Does it have a partition?
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
I had problem with gparted and hal, because gparted installs Hal policy, not to autodetect external storages.
Offline
My flash drive has started working again, after I had rebooted my computer. Said rebooting had happened several times while I was trying to fix xorg.conf.
Offline
Pages: 1