You are not logged in.

#1 2008-04-20 22:18:58

Falcata
Member
From: Michiana
Registered: 2008-01-23
Posts: 501
Website

Arch won't let me use Flash Drive.

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

#2 2008-04-20 23:34:29

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: Arch won't let me use Flash Drive.

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

#3 2008-04-20 23:48:37

elliott
Member
Registered: 2006-03-07
Posts: 296

Re: Arch won't let me use Flash Drive.

I seem to remember an issue like that when my user wasn't part of the storage group.

Offline

#4 2008-04-21 10:38:52

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: Arch won't let me use Flash Drive.

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

#5 2008-04-21 10:44:22

olle
Member
Registered: 2008-04-21
Posts: 7

Re: Arch won't let me use Flash Drive.

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

#6 2008-04-21 22:43:51

Falcata
Member
From: Michiana
Registered: 2008-01-23
Posts: 501
Website

Re: Arch won't let me use Flash Drive.

I am able to see the drive in gparted, yes.  However, adding myself to the storage group did not work.

Offline

#7 2008-04-22 01:08:40

lilsirecho
Veteran
Registered: 2003-10-24
Posts: 5,000

Re: Arch won't let me use Flash Drive.

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

#8 2008-04-22 06:17:43

suolx
Member
From: Finland, Oulu
Registered: 2007-08-06
Posts: 29

Re: Arch won't let me use Flash Drive.

I had problem with gparted and hal, because gparted installs Hal policy, not to autodetect external storages.

Offline

#9 2008-04-22 20:48:45

Falcata
Member
From: Michiana
Registered: 2008-01-23
Posts: 501
Website

Re: Arch won't let me use Flash Drive.

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

Board footer

Powered by FluxBB