how would I mount a pen drive?

Ask questions regarding Gentoox, Gentoo and Linux in general in these forums and we'll do our best to help you!
Post Reply
mikEdub
Newbie
Posts: 6
Joined: Tue May 11, 2004 3:07 am

how would I mount a pen drive?

Post by mikEdub »

modprobe sd_mod
modprobe usb-storage
modprobe scsi_mod

mkdir /mnt/usb
mount /dev/sda /mnt/usb
Device doesn't exist

I've also tried sda0, sda1.

cat /proc/bus/usb/devices
I see my pen drive

do I need another module isntalled?
Post Reply