You are not logged in.

#1 2005-10-19 23:02:23

nephish
Member
Registered: 2005-06-08
Posts: 95

best solution for usb storage mounting ?

Hey there
  i installed arch on my wifes computer, keeping it xfce4 for right now to  conserve resources. my daughter has a usb camera that i can mount via fstab (sometimes) and mount -t vfat /dev/sda1 yadda yadda.
is there a way i can simplify this so that it automounts ala ubuntu style ?
i have looked at susbmount and automount . what would be the best way to go here?

Offline

#2 2005-10-19 23:16:47

iBertus
Member
From: Greenville, NC
Registered: 2004-11-04
Posts: 2,228

Re: best solution for usb storage mounting ?

IIRC, ivman can do what you're talking about and more. Also, GNOME has it's own utility to do automounting of devices. Another option might be to setup mounting shortcuts buttons somewhere so that you can do a 1-click mount/unmount.

Offline

#3 2005-10-19 23:31:35

nephish
Member
Registered: 2005-06-08
Posts: 95

Re: best solution for usb storage mounting ?

cool, does sda1 stay at a permission that will allow users to mount / unmount ?

Offline

#4 2005-10-19 23:48:08

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: best solution for usb storage mounting ?

nephish wrote:

cool, does sda1 stay at a permission that will allow users to mount / unmount ?

With ivman? Yes, I believe so, although I would try to stay away from it. In the past I've experienced corruption problems. I'm sure its fixed now but personally, I feel safer not using it all.
I run dbus and hal (added in that order to daemons() array in rc.conf) to dynamically sync the fstab with the proper entries once something is plugged in and xfce4-mount-plugin to manually mount the device. It sits in the task bar and you can mount/umount each device by clicking on it and then clicking on the corresponding device icon. Its in aur.

Offline

#5 2005-10-20 00:22:50

nephish
Member
Registered: 2005-06-08
Posts: 95

Re: best solution for usb storage mounting ?

sounds great. where can i get the xfce4-mount-plugin ? It doesnt seem to come with toys. or part of my pacman (current & extra)

Offline

#6 2005-10-20 00:23:39

nephish
Member
Registered: 2005-06-08
Posts: 95

Re: best solution for usb storage mounting ?

oh, sorry. missed the last part. its in aur.
nevermind

Offline

#7 2005-10-20 01:24:03

keevn7
Member
From: Lancaster, OH, US
Registered: 2005-06-09
Posts: 206
Website

Re: best solution for usb storage mounting ?

ivman works fine. I use it and have no problems. I have never gotten corruption with ivman in the past either.

Offline

#8 2005-10-20 06:21:41

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: best solution for usb storage mounting ?

hal + dbus and any of the automounters that use HAL: gnome, KDE or ivman. It's really simple, plugin a USB device and it gets added to fstab automatically.

Offline

#9 2005-10-20 07:52:51

nephish
Member
Registered: 2005-06-08
Posts: 95

Re: best solution for usb storage mounting ?

doing really well now.
thanks, gents

Offline

#10 2005-10-20 07:59:49

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

Re: best solution for usb storage mounting ?

I'm using pure udev rules to automount sd* devices (under both /mnt and /media, links are created dynamically - it's easy to extend it to do other things too if you need them. no need for any fstab entries.) + a tiny application called auto-eject-cdrom to automount cd/dvd (+1 line in fstab).
I've posted working rules and pkgbuild on the main arch mailing list some time ago if you're interested.

Offline

#11 2005-10-20 15:52:46

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: best solution for usb storage mounting ?

Problem with udev rules is that you can go make new ones on every udev release because the developers don't really make compatible changes every time sad

Offline

#12 2005-10-20 18:55:44

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

Re: best solution for usb storage mounting ?

Same thing about every gcc/ivman/hal/etc. upgrade too :-)
Seriously, udev rules are quite stable now. I didn't have any problems for a long time. It's just another way to do the same.

Offline

#13 2005-10-20 19:23:13

Martillo1
Member
From: My kabila in Lavapiés
Registered: 2004-02-20
Posts: 66

Re: best solution for usb storage mounting ?

I am using pmount in a script. No probs.

Offline

Board footer

Powered by FluxBB