You are not logged in.

#1 2011-02-17 20:58:31

Zender
Member
Registered: 2011-02-17
Posts: 9

[SOLVED]XFCE issues with mounting external drives

Hi all,

Let me start by saying I've tried just about everything I've found through google but so far without any luck. I've even tried udiskie already.

xfce sees my external disk (USB) but won't let me mount it. "Failed to mount "160 GB Filesystem" "Not Authorized"

please tell me what you need to know so I can help you help me smile Thanks!

Last edited by Zender (2011-02-18 18:48:30)

Offline

#2 2011-02-17 21:07:50

skunktrader
Member
From: Brisbane, Australia
Registered: 2010-02-14
Posts: 1,543

Re: [SOLVED]XFCE issues with mounting external drives

What command line are you using to start xfce?

Offline

#3 2011-02-17 21:16:31

Zender
Member
Registered: 2011-02-17
Posts: 9

Re: [SOLVED]XFCE issues with mounting external drives

The content of my /etc/skel/.xinitrc

#!/bin/sh
#
# ~/.xinitrc
#
# Executed by startx (run your window manager from here)

# exec gnome-session
# exec startkde
# exec startxfce4
# ...or the Window Manager of your choice
#exec startxfce4
exec ck-launch-session startxfce4
udiskie &
~           

The list of Daemons in rc.conf.

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

Offline

#4 2011-02-17 22:33:19

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: [SOLVED]XFCE issues with mounting external drives

1. Do not use /etc/skel/.xinitrc  Use $HOME/.xinitrc
2. you can probably remove hal from the daemons
3. are you using slim?
4. paste the output of ck-list-sessions


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#5 2011-02-17 22:36:08

litemotiv
Forum Fellow
Registered: 2008-08-01
Posts: 5,026

Re: [SOLVED]XFCE issues with mounting external drives

Also, if you want to use that, the udiskie line should be before the startxfce4 line.


ᶘ ᵒᴥᵒᶅ

Offline

#6 2011-02-18 10:05:50

Zender
Member
Registered: 2011-02-17
Posts: 9

Re: [SOLVED]XFCE issues with mounting external drives

Mr.Elendig wrote:

1. Do not use /etc/skel/.xinitrc  Use $HOME/.xinitrc

How do I do that? mv or cp it to the other location?

Mr.Elendig wrote:

3. are you using slim?

Yes I am. Had an issue earlier with not being able to execute login commands or something like that.

Mr.Elendig wrote:

4. paste the output of ck-list-sessions

Another thing I'd like to know how to do.

Offline

#7 2011-02-18 12:05:57

dobedo
Member
From: Belgium
Registered: 2008-10-04
Posts: 113

Re: [SOLVED]XFCE issues with mounting external drives

Have you already tried what's in the wiki under the section XFCE4.8 ? It works perfectly for me.
https://wiki.archlinux.org/index.php/Xfce

Offline

#8 2011-02-18 14:15:57

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED]XFCE issues with mounting external drives

Zender wrote:
Mr.Elendig wrote:

1. Do not use /etc/skel/.xinitrc  Use $HOME/.xinitrc

How do I do that? mv or cp it to the other location?

cp /etc/skel/.xinitrc $HOME/.xinitrc

If you don't have $HOME variable set try

cp /etc/skel/.xinitrc ~/.xinitrc

Offline

#9 2011-02-18 14:28:05

JokerBoy
Member
From: România
Registered: 2009-09-24
Posts: 641

Re: [SOLVED]XFCE issues with mounting external drives

Offline

#10 2011-02-18 18:48:11

Zender
Member
Registered: 2011-02-17
Posts: 9

Re: [SOLVED]XFCE issues with mounting external drives

Did

cp /etc/skel/.xinitrc ~/.xinitrc

Replaced fam with gamin (XFCE page)
Put the udiskie line before the startxfce4 line
And had a look at the policy, applied the changes there as well

and it's now working smile

Thanks all!

I don't know which one exactly did the trick, but I'll find that out soon enough as I expect to break Arch sooner or later while I play with it and tweak it to death.

Offline

Board footer

Powered by FluxBB