You are not logged in.

#1 2013-11-20 16:02:08

saz
Member
From: Lisbon
Registered: 2008-04-19
Posts: 115

[SOLVED] Auto-mounting issues

Hi,

Not sure if this is the correct section for this post.

I'm using Openbox and no DE, and I can't mount USB drives automatically (works ok if I do it manually). I've tried with PCmanFM, Thunar and Nautilus, so I'm pretty sure it's a system's thing.

I have GVFS installed, and polkit running smoothly.

From Thunar I get this output when I insert a USB drive:

thunar-volman: Unsupported USB device type.
thunar-volman: Unsupported USB device type.
thunar-volman: Unknown block device type.

Thanks

Last edited by saz (2013-11-20 18:45:39)

Offline

#2 2013-11-20 18:04:40

MW
Member
Registered: 2007-07-27
Posts: 127

Re: [SOLVED] Auto-mounting issues

Fix your .xinitrc

exec dbus-launch openbox-session

Last edited by MW (2013-11-20 18:04:55)

Offline

#3 2013-11-20 18:45:13

saz
Member
From: Lisbon
Registered: 2008-04-19
Posts: 115

Re: [SOLVED] Auto-mounting issues

damn, that was it... thanks!

Offline

#4 2013-11-20 20:06:03

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: [SOLVED] Auto-mounting issues

...Great! And for a little more "technically correct" solution, see these posts: big_smile

https://bbs.archlinux.org/viewtopic.php … 7#p1266397
https://bbs.archlinux.org/viewtopic.php … 8#p1280768

(They both say the same thing, worded a little differently)

Last edited by drcouzelis (2013-11-20 20:06:19)

Offline

#5 2013-11-22 17:14:23

saz
Member
From: Lisbon
Registered: 2008-04-19
Posts: 115

Re: [SOLVED] Auto-mounting issues

drcouzelis wrote:

...Great! And for a little more "technically correct" solution, see these posts: big_smile

https://bbs.archlinux.org/viewtopic.php … 7#p1266397
https://bbs.archlinux.org/viewtopic.php … 8#p1280768

(They both say the same thing, worded a little differently)

Thanks! I actually had this code in my backup .xinitrc:

# Run the X startup scripts
if [ -d /etc/X11/xinit/xinitrc.d ]; then
  for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
  done
  unset f
fi

But when I reinstalled I thought it wasn't necessary smile

Thanks again for the great and fast answers!

Offline

Board footer

Powered by FluxBB