วันศุกร์ที่ 10 ธันวาคม พ.ศ. 2553

How to mount flash drive using linux command

1.Insert your drive into systems.

2.create temporary folder for hold directory (All of them)

 Do not forget about permission

#sudo -i [Enter]

input your password

#mkdir /tmp/flashdata



3.search for your drive

#fdisk -l


4.Find your flashdrive such as /dev/sdb
Then use command "mount" and follow "flashdrive" and your tempolary folder
(source to destination)

#mount /dev/sdb1 /tmp/data/

5.open folder

#cd /tmp/flashdata

6.Do not forget to unmount

#umount /dev/sdb1

End
Goodluck

ไม่มีความคิดเห็น:

แสดงความคิดเห็น