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 |