You are not logged in.
Pages: 1
I currently have two usb devices (/dev/sda1 and /dev/sda2) plugged in. However there are no /dev/sda1 or /dev/sda2 nor any /dev/sda's. So when I type lsmod, it returns absolutely nothing. So any help?
Offline
try:
modprobe usb-storage
or
fdisk -l
to see what the drive points are.
then
mount /dev/sda1 /mnt/usbstick
Offline
Pages: 1