You are not logged in.

#1 2006-01-18 14:05:01

antiloaded
Member
From: Copenhagen
Registered: 2006-01-13
Posts: 45

How do I mount my USB stick?

Hi,

Im running Arch Noodle, with gnome desktop.

How do I mount my USB stick?

I would also like to make settings so it automounts each time I plug it in.

Sincerely, Jørgen

Offline

#2 2006-01-18 14:08:52

jakob
Member
From: Berlin
Registered: 2005-10-27
Posts: 419

Re: How do I mount my USB stick?

first, you need the module usb_storage to be loaded:
modprobe usb_storage
If not already done, add your sdX-device to your fstab, e.g.
/dev/sdXY /mount/point vfat user,noauto 0 0

that should do it

Offline

#3 2006-01-18 14:09:24

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: How do I mount my USB stick?

Edit /etc/fstab according to your usb drive:

 
/dev/sda1 /mnt/usb vfat rw,user,noauto 0 0

something like that
now mount with 'mount /mnt/usb'

For automounting in gnome, install 'dbus' and 'hal' and add them to the DAEMONS array in /etc/rc.conf.

Offline

#4 2006-01-18 14:43:06

antiloaded
Member
From: Copenhagen
Registered: 2006-01-13
Posts: 45

Re: How do I mount my USB stick?

Thanks alot for your quick replies.

It's mounted and working now smile

Sincerely, Jørgen

Offline

Board footer

Powered by FluxBB