I've got a usb mass storage device. The device shows up in usbview utility, but I was wondering how do I mount the drive to transfer files over?
With any luck, you should be able to mount /dev/sda1 just like you'd mount any other device (mount /dev/sda1 /some/mount/point). That should be just about all there is to it.