View Single Post
  #5 (permalink)  
Old 2006-04-10
Izzio Izzio is offline
Member
 
Join Date: 2006-04-07
Location: Penzberg, Germany
Posts: 44
Rep Power: 0
Izzio has an average reputation (10+)
Default Re: How to mount an USB storage stick on Splat

Thanks a lot for the feedback!

following this procedure it works:

modprobe usb-storage
fdisk -l -> just to check which device was bound. e.g. /dev/sda1
mkdir /mnt/usbdisk -> mount point
mount /dev/sda1 /mnt/usbdisk

Done!

Ciao
Maurizio
Reply With Quote