Archive for August 13th, 2009

Aug
13
2009

Mount, Read, Write, Access USB Flash Drive in Ubuntu

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…)

  • Share/Save/Bookmark