View Single Post
  #4 (permalink)  
Old 2006-04-09
_d3nx _d3nx is offline
Junior Member
 
Join Date: 2006-04-05
Location: VAN
Posts: 24
Rep Power: 0
_d3nx has an average reputation (10+)
Default Re: How to mount an USB storage stick on Splat

After plug usb into SCP, check the OS attached which device name to your usb with "dmesg | tail" command. After the command has run, you should see mesages related usb device name and its mount point. (for example /dev/sda1)

Create a folder under mnt for usb "mkdir /mnt/usbdisk" and mount usb to this folder with "mount /dev/sda1 /mnt/usbdisk"
Reply With Quote