Plug it in and then open a terminal and enter the command dmesg . Look for something like
Code:
usb 1-5: new high speed USB device using address 2
scsi2 : SCSI emulation for USB Mass Storage devices
Vendor: IC25N020 Model: ATCS04-0 Rev: CA2O
Type: Direct-Access ANSI SCSI revision: 02
SCSI device sda: 39070080 512-byte hdwr sectors (20004 MB)
sda: assuming drive cache: write through
sda: sda1
Attached scsi disk sda at scsi2, channel 0, id 0, lun 0
USB Mass Storage device found at 2
The details will be different but the important bit is the line
sda: sda1
It's seen an sda disk and it's calling it sda1. So if I open a terminal and become root I can
mount /dev/sda1 /some/empty/folder