You are not logged in.
Pages: 1
Hi,
I'm having trouble mounting my usb-stick. I've tried some from this post http://bbs.archlinux.org/viewtopic.php? … t=usbstick but no succes.
Do i need to install mosules in my kernel, and if so, how do i do that?
Greets, Rudi
Brian: You don't need to follow me. You don't need to follow anybody! You've got to think for yourselves. You're all individuals!
Crowd: Yes, we're all individuals!
Offline
make sure, you load these modules first:
usb-storage sr_mod sd_mod
(best way: from rc.conf MODULES())
The impossible missions are the only ones which succeed.
Offline
Thanx it worked!
What i've did was:
modprobe usb-storage
modprobe sd_mod
mount /dev/sda1 /mnt/xxx
I forgot modprobe sr_mod but it still did the job though
Rudi
Brian: You don't need to follow me. You don't need to follow anybody! You've got to think for yourselves. You're all individuals!
Crowd: Yes, we're all individuals!
Offline
Pages: 1