You are not logged in.

#1 2012-07-30 12:04:51

ginetrix
Member
Registered: 2012-07-29
Posts: 9

Problems with USB devices

Hello everyone,
yesterday I finally managed to install Arch and today I wanted to finish the installation. Some people told me that the USB devices (usb sticks) will be mounted automatically when I edit the Removable Drives and Media setting in Thunar. When I plugin my usb-stick nothing happens. After reading the wiki I was sure, that the stick was actually connected and accepted (Bus 008 Device 002: ID 090c:1000 Silicon Motion, Inc. - Taiwan (formerly Feiya Technology Corp.) 64MB QDI U2 DISK). May someone tell me please what I need to do that the stick will be actually shown?

Kind regards

Offline

#2 2012-07-30 12:12:27

ratcheer
Member
Registered: 2011-10-09
Posts: 924

Re: Problems with USB devices

I had to do the same thing, yesterday. I do not know the proper solution to have it automatically mounted, but here is how I at least got it going.

As root:
Find the UUID of your device: blkid
Create a mount point: mkdir /media/usbstick (or, whatever you want to call it)
Mount the device: mount -U <the UUID> /media/usbstick

Tim

Offline

#3 2012-07-30 12:13:44

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,648

Re: Problems with USB devices

Do you have thunar-volman installed?

https://wiki.archlinux.org/index.php/Th … me_Manager

Offline

#4 2012-07-30 12:36:40

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Problems with USB devices

In general, using the wiki is preferable to relying on "some people".

Offline

#5 2012-07-30 15:18:12

ginetrix
Member
Registered: 2012-07-29
Posts: 9

Re: Problems with USB devices

pacman -S gvfs and suddenly trash appeared as well as my usb devices tongue sorry guys

Offline

Board footer

Powered by FluxBB