1. Create terminal.
2. Make yourself root
3. Enter command :
cat /proc/partitions
4. Plug USB flash
5. Enter command:
cat /proc/partitins
6. Notice new partition name (sda1, sda2, sdb1, sdb2 ....)
7. Create mount directory if it is not created yet:
mkdir /media/usb-flash
8. Assuming new partition name is "sda1"
mount /dev/sda1 /media/usb-flash
9. Exit root
10. cd to this directory, or use your GUI file browser
|