You are not logged in.

#1 2008-10-04 02:43:53

syntaxvorlon
Member
Registered: 2008-08-13
Posts: 62

Autoloading USB Volumes

I have to fight with my computer every time I want to load one of my USB flash sticks or USB external hard drive.

At the moment I have to

alias blackomega='sudo mount -t vfat /dev/sdb1 /media/Black\ Omega'

What can I do to get my volumes mounted without forcing the thing?

Offline

#2 2008-10-04 02:57:36

SkonesMickLoud
Arch Linux f@h Team Member
From: The D of C
Registered: 2008-09-20
Posts: 178

Re: Autoloading USB Volumes

Do you have the "hal" daemon loaded in /etc/rc.conf?

Last edited by SkonesMickLoud (2008-10-04 02:58:47)

Offline

#3 2008-10-04 03:14:53

syntaxvorlon
Member
Registered: 2008-08-13
Posts: 62

Re: Autoloading USB Volumes

Yes

DAEMONS=(syslog-ng network netfs dbus hal crond kdm)

Offline

#4 2008-10-04 04:24:31

SkonesMickLoud
Arch Linux f@h Team Member
From: The D of C
Registered: 2008-09-20
Posts: 178

Re: Autoloading USB Volumes

Hal automatically loads DBus, so you should take 'dbus' out of your Daemons line.  The two can conflict and cause problems.

Also, you should give yourself membership to the optical and storage groups:

sudo usermod -Ga optical,storage username

Last edited by SkonesMickLoud (2008-10-04 04:26:56)

Offline

#5 2008-10-04 13:17:25

syntaxvorlon
Member
Registered: 2008-08-13
Posts: 62

Re: Autoloading USB Volumes

Awesome, thanks.

Offline

Board footer

Powered by FluxBB