How to access USB Flash Drive?
To know the drives and their partition you need to execute
# fdisk -l
Another option is to list the last 5 entries from
/dev to know what devices got attached
$ ls -ltr /dev | tail
And another option is to use the
lsusb command.
USB Flash drive will normally be listed down as
/dev/sdb1
(more…)