You are not logged in.
Pages: 1
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
Do you have the "hal" daemon loaded in /etc/rc.conf?
Last edited by SkonesMickLoud (2008-10-04 02:58:47)
Offline
Yes
DAEMONS=(syslog-ng network netfs dbus hal crond kdm)
Offline
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
Awesome, thanks.
Offline
Pages: 1