You are not logged in.

#1 2010-11-13 16:51:41

Bersam
Member
From: Nowhere
Registered: 2010-10-03
Posts: 32
Website

auto mounting partitions

Hi,
before last update i could access to my internal partitions with just click on it and give the root password. but now it give me a same error that "You're not authorized.".
stupiderror.png
it's happen when i want to access a partition
i'm using gnome & nautilius & updated arch.
i can mount it handly with command-line or access it with root user. but i want to have that last root password page and access it when user have the password.

Offline

#2 2010-11-13 23:23:55

shwick
Member
Registered: 2010-09-16
Posts: 31

Re: auto mounting partitions

if you are starting gdm through the daemons array in /etc/rc.conf check if  your .xinitrc says exec ck-launch-session gnome-session

Offline

#3 2010-11-14 15:00:00

Bersam
Member
From: Nowhere
Registered: 2010-10-03
Posts: 32
Website

Re: auto mounting partitions

shwick wrote:

if you are starting gdm through the daemons array in /etc/rc.conf check if  your .xinitrc says exec ck-launch-session gnome-session

#!/bin/sh

# ~/.xinitrc

# Executed by startx (run your window manager from here)

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

i removed those hashes(#) before"exec ck-launch-session" and "exec gnome-session". but nothing. same error when i click on a partition.

Last edited by Bersam (2010-11-14 15:01:11)

Offline

#4 2010-11-14 15:22:26

Barrucadu
Member
From: York, England
Registered: 2008-03-30
Posts: 1,158
Website

Re: auto mounting partitions

Try this:

#!/bin/sh

# ~/.xinitrc

# Executed by startx (run your window manager from here)

exec ck-launch-session gnome-session

Offline

#5 2010-11-14 15:23:52

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

Re: auto mounting partitions

Asuming this is an internal disk, permanmount it in fstab instead.

shwick wrote:

if you are starting gdm through the daemons array in /etc/rc.conf check if  your .xinitrc says exec ck-launch-session gnome-session

1. gdm does not use ~/.xinitrc
2. gdm starts a consolekit session automagically.


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

Offline

#6 2010-11-14 15:42:19

Bersam
Member
From: Nowhere
Registered: 2010-10-03
Posts: 32
Website

Re: auto mounting partitions

Mr.Elendig wrote:

Asuming this is an internal disk, permanmount it in fstab instead.

shwick wrote:

if you are starting gdm through the daemons array in /etc/rc.conf check if  your .xinitrc says exec ck-launch-session gnome-session

1. gdm does not use ~/.xinitrc
2. gdm starts a consolekit session automagically.

if i premanmount it in /etc/fstab it won't ask root password.
i want it to ask root password when it want open an internal disk. something like this:
bigproblem.png
but now when i click on a partition it will show me this error
stupiderror.png

Offline

Board footer

Powered by FluxBB