Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
USB automount
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
Theasker
l33t
l33t


Joined: 18 Nov 2006
Posts: 656
Location: Zaragoza (Spain)

PostPosted: Mon May 09, 2016 6:46 am    Post subject: Reply with quote

Gracias YukiteruAmano, tomo nota.
_________________
"Oigo y olvido. Veo y recuerdo. Hago y comprendo"
Back to top
View user's profile Send private message
edgar_uriel84
Guru
Guru


Joined: 21 Dec 2008
Posts: 485
Location: Tultitlan, México

PostPosted: Sun May 15, 2016 2:18 am    Post subject: Reply with quote

Si aun se discute la pregunta incial, yo uso un sistema ligero con DWM, uso todo en la consola e emacs por lo que no instalo ningún explorador de archivos, la solución de automontaje más sencilla la encontré en sys-apps/uam que viene en portage.

Saludos.
_________________
Algún día habrá una persona mejor que yo, pero esa persona no eres tú ni ese momento es ahora.
Back to top
View user's profile Send private message
brutico
Tux's lil' helper
Tux's lil' helper


Joined: 16 Feb 2014
Posts: 130

PostPosted: Tue May 17, 2016 8:26 am    Post subject: Reply with quote

Yo estoy igual con plasma 5 tengo dos particiones en ntfs y siempre me pide la contraseña root para montarlas.
Alguna idea para solucionarlo?
Back to top
View user's profile Send private message
YukiteruAmano
n00b
n00b


Joined: 31 May 2015
Posts: 29
Location: Venezuela

PostPosted: Sat May 21, 2016 3:47 pm    Post subject: Reply with quote

brutico wrote:
Yo estoy igual con plasma 5 tengo dos particiones en ntfs y siempre me pide la contraseña root para montarlas.
Alguna idea para solucionarlo?


Lo puedes solucionar modificando este archivo /usr/share/polkit-1/actions/org.freedesktop.udisks2.policy, en el vas a cambiar el siguiente bloque:

Code:

  <action id="org.freedesktop.udisks2.filesystem-mount">
    <description>Mount a filesystem</description>
    <description xml:lang="es">Montar un sistema de archivos</description>
    <message>Authentication is required to mount the filesystem</message>
    <message xml:lang="es">Se requiere autenticación para montar el sistema de archivos</message>
    <defaults>
      <allow_any>auth_admin</allow_any>
      <allow_inactive>auth_admin</allow_inactive>
      <allow_active>yes</allow_active>
    </defaults>
  </action>


La opción

Code:
<allow_any>auth_admin</allow_any>


Cámbiala por

Code:
<allow_any>yes</allow_any>


Eso te permitirá montar sistemas de archivo sin necesidad de ser root.
_________________
Dios en su Cielo, todo bien en la Tierra
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum