When you insert USB just wait for few seconds , generally it shows some message on CLI i.e on shell , after thet just mount it using......
make an directory , say usb and mount your usb in that.
#mkdir /usb
#mount /dev/sda1 /usb { generally it make device as sda1...... }
#cd /usb
and use it.....