You are not logged in.
Pages: 1
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
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
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
Thanks alot for your quick replies.
It's mounted and working now
Sincerely, Jørgen
Offline
Pages: 1